pkcs15.c: Avoid compiler warning:

pkcs15.c:286: warning: unused variable ‘conf_block’


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5223 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
andre 2011-03-07 18:10:11 +00:00
parent 3442649b42
commit 12df79c14b
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ static void fix_authentic_ddo(struct sc_pkcs15_card *p15card)
static void fix_starcos_pkcs15_card(struct sc_pkcs15_card *p15card)
{
struct sc_context *ctx = p15card->card->ctx;
scconf_block *conf_block = sc_get_conf_block(ctx, "framework", "pkcs15", 1);
/* set special flags based on card meta data */
if (strcmp(p15card->card->driver->short_name,"cardos") == 0) {