summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/depends.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/depends.c b/lib/depends.c
index 4fa429412..d3fbe51b1 100644
--- a/lib/depends.c
+++ b/lib/depends.c
@@ -127,7 +127,6 @@ int rpmtsAddInstallElement(rpmts ts, Header h,
rpmtsi pi = NULL; rpmte p;
rpmds oldChk = NULL, newChk = NULL, sameChk = NULL;
rpmds obsoletes;
- int xx;
int ec = 0;
int rc;
int oc;
@@ -284,7 +283,7 @@ addheader:
if (rpmVersionCompare(h, oh) == 0)
continue;
- xx = removePackage(tsmem, oh, p);
+ removePackage(tsmem, oh, p);
}
mi = rpmdbFreeIterator(mi);