Remove code leftover from collections

This commit is contained in:
Florian Festi 2016-12-02 16:51:58 +01:00
parent bd3eb21336
commit 61992a4b65
1 changed files with 0 additions and 2 deletions

View File

@ -541,7 +541,6 @@ int rpmtsOrder(rpmts ts)
scc SCCs;
int nelem = rpmtsNElements(ts);
tsortInfo sortInfo = xcalloc(nelem, sizeof(struct tsortInfo_s));
ARGV_t seenColls = NULL;
(void) rpmswEnter(rpmtsOp(ts, RPMTS_OP_ORDER), 0);
@ -573,7 +572,6 @@ int rpmtsOrder(rpmts ts)
}
}
seenColls = argvFree(seenColls);
rpmtsiFree(pi);
newOrder = xcalloc(tsmem->orderCount, sizeof(*newOrder));