summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-07-10 11:00:04 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-07-10 11:00:04 +0300
commitc9ce3241df1bc64dc61299a0a4c213530c6cef1a (patch)
tree4705bcd3f95f55f338d21a0f5d7546ef66850a5f /build
parentfbf324936b2fcc876da545720c7d1c2240c24f07 (diff)
downloadrpm-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.c1
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);