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 /rpmdb | |
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 'rpmdb')
-rw-r--r-- | rpmdb/legacy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmdb/legacy.c b/rpmdb/legacy.c index 3968369e2..fe13b0aa1 100644 --- a/rpmdb/legacy.c +++ b/rpmdb/legacy.c @@ -157,7 +157,6 @@ int domd5(const char * fn, unsigned char * digest, int asAscii, size_t *fsizep) pid_t pid = 0; int rc = 0; int fdno; - int xx; /*@-globs -internalglobs -mods @*/ fdno = open_dso(path, &pid, &fsize); |