From f5346e0e71da4996ffa18d7918b53a20b379c4f1 Mon Sep 17 00:00:00 2001 From: ewt Date: Wed, 7 Apr 1999 00:04:32 +0000 Subject: [PATCH] removed some fixme's which don't need fixing CVS patchset: 2956 CVS date: 1999/04/07 00:04:32 --- lib/transaction.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/transaction.c b/lib/transaction.c index b184891..b26986d 100644 --- a/lib/transaction.c +++ b/lib/transaction.c @@ -648,11 +648,6 @@ static Header relocateFileList(struct availablePackage * alp, } relocations = alloca(sizeof(*relocations) * numRelocations); - /* FIXME? this code assumes the validRelocations array won't - have trailing /'s in it */ - /* FIXME: all of this needs to be tested with an old format - relocateable package */ - for (i = 0; i < numRelocations; i++) { /* FIXME: default relocations (oldPath == NULL) need to be handled in the UI, not rpmlib */ -- 2.7.4