The following commit has been merged in the master branch:
commit 15440f3ed12e7087e67b6b6c497e22a126583be2
Author: Guillem Jover <[email protected]>
Date:   Fri Oct 16 02:24:03 2009 +0200

    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 <[email protected]>

diff --git a/src/filesdb.c b/src/filesdb.c
index 2703d49..d328d55 100644
--- a/src/filesdb.c
+++ b/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;
 

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to