Remove couple of leftover, unused local variables
- one more fi-> access still lurking...
This commit is contained in:
parent
8db2c32a74
commit
8becdbfd73
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue