removed outdated fixme
authorewt <devnull@localhost>
Sun, 21 Feb 1999 04:02:57 +0000 (04:02 +0000)
committerewt <devnull@localhost>
Sun, 21 Feb 1999 04:02:57 +0000 (04:02 +0000)
CVS patchset: 2823
CVS date: 1999/02/21 04:02:57

lib/transaction.c

index 28df01a..b66f818 100644 (file)
@@ -89,8 +89,6 @@ int rpmRunTransactions(rpmTransactionSet ts, rpmCallbackFunction notify,
 
     /* FIXME: what if the same package is included in ts twice? */
 
-    /* FIXME: we completely ignore net shared paths here! */
-
     probs = psCreate();
     *newProbs = probs;
     hdrs = alloca(sizeof(*hdrs) * al->size);