Remove couple of leftover, unused local variables

- one more fi-> access still lurking...
This commit is contained in:
Panu Matilainen 2008-12-19 16:19:32 +02:00
parent 8db2c32a74
commit 8becdbfd73
1 changed files with 0 additions and 6 deletions

View File

@ -206,9 +206,6 @@ static void handleOverlappedFiles(const rpmts ts, const rpmte p, rpmfi fi)
otherFs = NULL;
for (otherPkgNum = j - 1; otherPkgNum >= 0; otherPkgNum--) {
struct fingerPrint_s * otherFps;
int otherFc;
otherTe = recs[otherPkgNum].p;
otherFi = rpmteFI(otherTe);
otherFileNum = recs[otherPkgNum].fileno;
@ -218,9 +215,6 @@ static void handleOverlappedFiles(const rpmts ts, const rpmte p, rpmfi fi)
if (rpmteType(p) == TR_ADDED && rpmteType(otherTe) != TR_ADDED)
continue;
otherFps = otherFi->fps;
otherFc = rpmfiFC(otherFi);
(void) rpmfiSetFX(otherFi, otherFileNum);
/* XXX Happens iff fingerprint for incomplete package install. */