diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-05-31 18:00:33 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-05-31 18:00:33 +0300 |
commit | 099a45a5b9e7051e4e4db0d0d0037751ea07405c (patch) | |
tree | 47052fb2431ff5584f02efb6e63b3b34008b9c09 | |
parent | 8687f255a47dad4e42f9eab97eeded38cced7a91 (diff) | |
download | librpm-tizen-099a45a5b9e7051e4e4db0d0d0037751ea07405c.tar.gz librpm-tizen-099a45a5b9e7051e4e4db0d0d0037751ea07405c.tar.bz2 librpm-tizen-099a45a5b9e7051e4e4db0d0d0037751ea07405c.zip |
Nuke leftover variable from the chroot workout
-rw-r--r-- | lib/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transaction.c b/lib/transaction.c index 736826db3..3e14d684b 100644 --- a/lib/transaction.c +++ b/lib/transaction.c @@ -1222,7 +1222,7 @@ static int rpmtsPrepare(rpmts ts) rpmtsi pi; rpmte p; rpmfi fi; - int xx, rc = 0; + int rc = 0; uint64_t fileCount = countFiles(ts); fingerPrintCache fpc = fpCacheCreate(fileCount/2 + 10001); |