Remove unused variable
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 5 Nov 2008 10:45:03 +0000 (12:45 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 5 Nov 2008 10:45:03 +0000 (12:45 +0200)
lib/psm.c

index 7fb1891..285eb88 100644 (file)
--- a/lib/psm.c
+++ b/lib/psm.c
@@ -1226,7 +1226,6 @@ rpmRC rpmpsmStage(rpmpsm psm, pkgStage stage)
     const rpmts ts = psm->ts;
     rpm_color_t tscolor = rpmtsColor(ts);
     rpmfi fi = psm->fi;
-    headerGetFlags hgflags = fi->h ? HEADERGET_MINMEM : HEADERGET_ALLOC;
     rpmRC rc = psm->rc;
     int saveerrno;
     int xx;