Remove unused local variable
authorFlorian Festi <ffesti@redhat.com>
Tue, 9 Nov 2010 08:52:33 +0000 (09:52 +0100)
committerFlorian Festi <ffesti@redhat.com>
Tue, 9 Nov 2010 08:52:33 +0000 (09:52 +0100)
lib/rpmdb.c

index eb3b386..516bd73 100644 (file)
@@ -2221,7 +2221,6 @@ rpmdbIndexIterator rpmdbIndexIteratorInit(rpmdb db, rpmDbiTag rpmtag)
 {
     rpmdbIndexIterator ii;
     dbiIndex dbi = NULL;
-    int rc = 0;
 
     if (db == NULL)
        return NULL;