summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-29 14:02:06 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-29 14:02:06 +0300
commit08314921ea4ba4c333838da8682f01c846ff744b (patch)
treed17fd61d94f8107626e2824244593b2875deafe2 /lib
parent2cef5b46458f2d19825cdc40b21bb591b69f87f0 (diff)
downloadrpm-08314921ea4ba4c333838da8682f01c846ff744b.tar.gz
rpm-08314921ea4ba4c333838da8682f01c846ff744b.tar.bz2
rpm-08314921ea4ba4c333838da8682f01c846ff744b.zip
Dead code elimination
Diffstat (limited to 'lib')
-rw-r--r--lib/depends.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/depends.c b/lib/depends.c
index 1738cee93..4346ca273 100644
--- a/lib/depends.c
+++ b/lib/depends.c
@@ -1463,9 +1463,6 @@ assert(newOrderCount == ts->orderCount);
ts->orderAlloced = ts->orderCount;
orderList = _free(orderList);
-#ifdef DYING /* XXX now done at the CLI level just before rpmtsRun(). */
- rpmtsClean(ts);
-#endif
freeBadDeps();
(void) rpmswExit(rpmtsOp(ts, RPMTS_OP_ORDER), 0);