Remove unused variables

git-svn-id: https://www.opensc-project.org/svnp/opensc/branches/martin/0.12@3833 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2009-11-13 11:15:00 +00:00
parent 48924f3222
commit e5b644c2f7
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ cosm_update_pukfile (struct sc_card *card, struct sc_profile *profile,
{
struct sc_pkcs15_pin_info profile_puk;
struct sc_file *file = NULL;
int rv, sz, flags = 0;
int rv;
unsigned char buffer[16];
SC_FUNC_CALLED(card->ctx, 1);