removed unused check

This commit is contained in:
Frank Morgner
2015-01-25 03:31:03 +01:00
parent 27ef5d59d5
commit da025bf0bf
2 changed files with 2 additions and 3 deletions

View File

@@ -159,8 +159,7 @@ int print_avail(int verbose)
r = list_readers(ctx);
if (ctx)
sc_release_context(ctx);
sc_release_context(ctx);
return r;
}