Remove unused local variable
authorFlorian Festi <ffesti@redhat.com>
Wed, 16 Sep 2009 12:59:48 +0000 (14:59 +0200)
committerFlorian Festi <ffesti@redhat.com>
Wed, 16 Sep 2009 12:59:48 +0000 (14:59 +0200)
lib/transaction.c

index 3d9ee2a..d21133e 100644 (file)
@@ -464,7 +464,6 @@ static void skipInstallFiles(const rpmts ts, rpmte p)
     int noDocs = (rpmtsFlags(ts) & RPMTRANS_FLAG_NODOCS);
     const char * dn, * bn;
     size_t dnlen, bnlen;
-    char * s;
     int * drc;
     char * dff;
     int dc;