Remove unused local variable

This commit is contained in:
Florian Festi 2009-09-16 14:59:48 +02:00
parent f3d2c4a9f9
commit 23dd010c57
1 changed files with 0 additions and 1 deletions

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