Skip to content

Commit 04f44e2

Browse files
committed
Merge pull request #2533 from practicalswift/remove-unused-var
2 parents c065a7b + 6cc92e7 commit 04f44e2

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)