Remove dead code

asn1.c:1321:3: warning: Value stored to 'r' is never read
                r = 0;
                ^   ~


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5155 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2011-02-05 21:03:28 +00:00
parent 49f19fecb0
commit 9906e5af66
1 changed files with 0 additions and 1 deletions

View File

@ -1318,7 +1318,6 @@ static int asn1_decode(sc_context_t *ctx, struct sc_asn1_entry *asn1,
for (idx = 0; asn1[idx].name != NULL; idx++) {
entry = &asn1[idx];
r = 0;
sc_debug(ctx, SC_LOG_DEBUG_ASN1,
"Looking for '%s', tag 0x%x%s%s\n",