Changeset 3520

Show
Ignore:
Timestamp:
05/22/08 12:23:25 (8 months ago)
Author:
ludovic.rousseau
Message:

remove two unused variables

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/reader-pcsc.c

    r3519 r3520  
    737737static int pcsc_init(sc_context_t *ctx, void **reader_data) 
    738738{ 
    739         LONG rv; 
    740739        struct pcsc_global_private_data *gpriv; 
    741740        scconf_block *conf_block = NULL; 
     
    860859        const char *mszGroups = NULL; 
    861860        int ret = SC_ERROR_INTERNAL; 
    862         int again; 
    863861 
    864862        if (!prv_data) {