Remove unused initialization
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Sep 2009 08:44:44 +0000 (11:44 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Sep 2009 08:44:44 +0000 (11:44 +0300)
lib/header.c

index e309cec..74120f6 100644 (file)
@@ -1828,7 +1828,7 @@ HeaderIterator headerInitIterator(Header h)
 int headerNext(HeaderIterator hi, rpmtd td)
 {
     Header h = hi->h;
-    int slot = hi->next_index;
+    int slot;
     indexEntry entry = NULL;
     int rc;