From: Michael Schroeder Date: Mon, 3 Jun 2019 14:12:24 +0000 (+0200) Subject: Remove unused 'basefile' var X-Git-Tag: 0.7.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe3cb9129d1e1e23fbdea6f5dcfbc6a51b39b97;p=thirdparty%2Flibsolv.git Remove unused 'basefile' var --- diff --git a/tools/deb2solv.c b/tools/deb2solv.c index 53c8100a..4fac3f03 100644 --- a/tools/deb2solv.c +++ b/tools/deb2solv.c @@ -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)