Explorar o código

dpkg: Remove unused variable current in pkg_files_add_file()

Introduced on commit 4985c686c30b2d0682aab0885d32c36007a7998d by me
while manually merging the patch that didn't apply cleanly on master.

Reported-by: Sean Finney <seanius@debian.org>
Guillem Jover %!s(int64=16) %!d(string=hai) anos
pai
achega
15440f3ed1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/filesdb.c

+ 1 - 1
src/filesdb.c

@@ -126,7 +126,7 @@ struct fileinlist **
 pkg_files_add_file(struct pkginfo *pkg, const char *filename,
                    enum fnnflags flags, struct fileinlist **file_tail)
 {
-  struct fileinlist *newent, *current;
+  struct fileinlist *newent;
   struct filepackages *packageslump;
   int putat = 0;