Skip to content

Commit c9f6932

Browse files
committed
Remove dead code
1 parent 0237f47 commit c9f6932

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/SILOptimizer/Utils/Generics.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,8 +1805,6 @@ static ApplySite replaceWithSpecializedCallee(ApplySite AI,
18051805
return NewAI;
18061806
}
18071807
if (auto *PAI = dyn_cast<PartialApplyInst>(AI)) {
1808-
// SILType PTy =
1809-
// SILType::getPrimitiveObjectType(ReInfo.getSpecializedType());
18101808
auto *NewPAI = Builder.createPartialApply(
18111809
Loc, Callee, Subs, Arguments,
18121810
PAI->getType().getAs<SILFunctionType>()->getCalleeConvention());

0 commit comments

Comments
 (0)