Remove unused variables

card-authentic.c: In function ‘authentic_init_oberthur_authentic_3_2’:
card-authentic.c:423: warning: unused variable ‘resp’
card-authentic.c: In function ‘authentic_process_fci’:
card-authentic.c:1042: warning: unused variable ‘acls_NEVER’


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5184 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2011-02-05 22:40:08 +00:00
parent 9afa56f740
commit 2f186bee8b
1 changed files with 0 additions and 4 deletions

View File

@ -420,7 +420,6 @@ static int
authentic_init_oberthur_authentic_3_2(struct sc_card *card)
{
struct sc_context *ctx = card->ctx;
unsigned char resp[0x100];
unsigned int flags;
int rv = 0;
@ -1039,9 +1038,6 @@ authentic_process_fci(struct sc_card *card, struct sc_file *file,
unsigned char ops_EF[8] = {
SC_AC_OP_READ, SC_AC_OP_DELETE, SC_AC_OP_UPDATE, SC_AC_OP_RESIZE, 0xFF, 0xFF, 0xFF, 0xFF
};
unsigned char acls_NEVER[8] = {
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
};
LOG_FUNC_CALLED(ctx);