remove two unused variables

reader-pcsc.c:739: warning: unused variable 'rv'
reader-pcsc.c:862: warning: unused variable 'again'


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3520 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2008-05-22 12:23:25 +00:00
parent ca2da1bd67
commit 99a16c66db
1 changed files with 0 additions and 2 deletions

View File

@ -736,7 +736,6 @@ static struct sc_reader_driver pcsc_drv = {
static int pcsc_init(sc_context_t *ctx, void **reader_data)
{
LONG rv;
struct pcsc_global_private_data *gpriv;
scconf_block *conf_block = NULL;
int ret = SC_ERROR_INTERNAL;
@ -859,7 +858,6 @@ static int pcsc_detect_readers(sc_context_t *ctx, void *prv_data)
char *reader_buf = NULL, *p;
const char *mszGroups = NULL;
int ret = SC_ERROR_INTERNAL;
int again;
if (!prv_data) {
ret = SC_ERROR_NO_READERS_FOUND;