Browse Source

libdpkg: Remove variable l shadowing a previous definition

Guillem Jover 16 years ago
parent
commit
ccd65150bb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/dpkg/myopt.c

+ 0 - 1
lib/dpkg/myopt.c

@@ -101,7 +101,6 @@ void myfileopt(const char* fn, const struct cmdinfo* cmdinfos) {
     }
 
     for (cip=cmdinfos; cip->olong || cip->oshort; cip++) {
-      int l;
       if (!cip->olong) continue;
       if (!strcmp(cip->olong,linebuf)) break;
       l=strlen(cip->olong);