From 8becdbfd73d49ca353254d4e40687a9399e240ae Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 19 Dec 2008 16:19:32 +0200 Subject: [PATCH] Remove couple of leftover, unused local variables - one more fi-> access still lurking... --- lib/transaction.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/transaction.c b/lib/transaction.c index 16e9bc4..edc862b 100644 --- a/lib/transaction.c +++ b/lib/transaction.c @@ -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. */ -- 2.7.4