diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-07-10 11:00:04 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-07-10 11:00:04 +0300 |
commit | c9ce3241df1bc64dc61299a0a4c213530c6cef1a (patch) | |
tree | 4705bcd3f95f55f338d21a0f5d7546ef66850a5f /build | |
parent | fbf324936b2fcc876da545720c7d1c2240c24f07 (diff) | |
download | rpm-c9ce3241df1bc64dc61299a0a4c213530c6cef1a.tar.gz rpm-c9ce3241df1bc64dc61299a0a4c213530c6cef1a.tar.bz2 rpm-c9ce3241df1bc64dc61299a0a4c213530c6cef1a.zip |
Remove / #ifdef out unused variables as appropriate.
Diffstat (limited to 'build')
-rw-r--r-- | build/rpmfc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c index 8ed27bc41..12669351c 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -1244,7 +1244,6 @@ assert(xx != -1); /* XXX figger a proper return path. */ for (fc->ix = 0; fc->ix < fc->nfiles; fc->ix++) { const char * ftype; int_16 mode = (fmode ? fmode[fc->ix] : 0); - char dbuf[1024]; s = argv[fc->ix]; assert(s != NULL); |