Skip to content

Commit 6cc92e7

Browse files
[gardening] Remove unused variable FuncsInCallCycleToMerge.
1 parent 3018eeb commit 6cc92e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/LLVMPasses/LLVMMergeFunctions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,6 @@ bool SwiftMergeFunctions::runOnModule(Module &M) {
16931693
DEBUG(doSanityCheck(Worklist));
16941694

16951695
SmallVector<FunctionEntry *, 8> FuncsToMerge;
1696-
SmallVector<FunctionEntry *, 8> FuncsInCallCycleToMerge;
16971696

16981697
// Insert all candidates into the Worklist.
16991698
for (std::vector<WeakVH>::iterator I = Worklist.begin(),

0 commit comments

Comments
 (0)