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>
@@ -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;