Pārlūkot izejas kodu

libdpkg: Remove variable l shadowing a previous definition

Guillem Jover 16 gadi atpakaļ
vecāks
revīzija
ccd65150bb
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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++) {
     for (cip=cmdinfos; cip->olong || cip->oshort; cip++) {
-      int l;
       if (!cip->olong) continue;
       if (!cip->olong) continue;
       if (!strcmp(cip->olong,linebuf)) break;
       if (!strcmp(cip->olong,linebuf)) break;
       l=strlen(cip->olong);
       l=strlen(cip->olong);