removed unused check
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user