Remove check that is commented out since ages
authorFlorian Festi <ffesti@redhat.com>
Mon, 24 Nov 2008 13:10:11 +0000 (14:10 +0100)
committerFlorian Festi <ffesti@redhat.com>
Mon, 24 Nov 2008 13:10:11 +0000 (14:10 +0100)
lib/transaction.c

index 06c7894..b0e3139 100644 (file)
@@ -74,12 +74,6 @@ static int handleInstInstalledFile(const rpmts ts, rpmte p, rpmfi fi,
 
     isCfgFile = ((rpmfiFFlags(otherFi) | rpmfiFFlags(fi)) & RPMFILE_CONFIG);
 
-#ifdef DYING
-    /* XXX another tedious segfault, assume file state normal. */
-    if (otherStates && otherStates[otherFileNum] != RPMFILE_STATE_NORMAL)
-       return 0;
-#endif
-
     if (XFA_SKIPPING(rpmfiFAction(fi)))
        return 0;