Quellcode durchsuchen

Remove unused variables

Guillem Jover vor 17 Jahren
Ursprung
Commit
8343886085
2 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. 0 2
      src/main.c
  2. 0 1
      src/query.c

+ 0 - 2
src/main.c

@@ -441,8 +441,6 @@ static void setforce(const struct cmdinfo *cip, const char *value) {
   }
 }
 
-static const char okpassshortopts[]= "D";
-
 void execbackend(const char *const *argv) DPKG_ATTR_NORET;
 void commandfd(const char *const *argv);
 static const struct cmdinfo cmdinfos[]= {

+ 0 - 1
src/query.c

@@ -616,7 +616,6 @@ Use --license for copyright license and lack of warranty (GNU GPL).");
 const struct cmdinfo *cipaction = NULL;
 
 const char *admindir= ADMINDIR;
-const char *instdir= "";
 
 static void setaction(const struct cmdinfo *cip, const char *value) {
   if (cipaction)