]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Remove unused 'basefile' var
authorMichael Schroeder <mls@suse.de>
Mon, 3 Jun 2019 14:12:24 +0000 (16:12 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 3 Jun 2019 14:12:24 +0000 (16:12 +0200)
tools/deb2solv.c

index 53c8100acf0b3a9fcb9ca1f153414c08373857b0..4fac3f03f7a8e82531615caa02dfc186cc1b707e 100644 (file)
@@ -58,7 +58,6 @@ main(int argc, char **argv)
   Repo *repo;
   FILE *fp;
   char buf[4096], *p;
-  const char *basefile = 0;
   int is_repo = 0;
 
   while ((c = getopt(argc, argv, "0:m:r")) >= 0)