Fix compiler warning by commenting dead code

card-authentic.c:510: warning: 'authentic_resize_file' defined but not used


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5263 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2011-03-23 15:58:17 +00:00
parent 577499f80c
commit 11ae160d55
1 changed files with 2 additions and 0 deletions

View File

@ -505,6 +505,7 @@ authentic_erase_binary(struct sc_card *card, unsigned int offs, size_t count, un
}
#if 0
static int
authentic_resize_file(struct sc_card *card, unsigned file_id, unsigned new_size)
{
@ -536,6 +537,7 @@ authentic_resize_file(struct sc_card *card, unsigned file_id, unsigned new_size)
LOG_FUNC_RETURN(ctx, rv);
}
#endif
static int