Просмотр исходного кода

libdpkg: Remove variable l shadowing a previous definition

Guillem Jover лет назад: 16
Родитель
Сommit
ccd65150bb
1 измененных файлов с 0 добавлено и 1 удалено
  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);