Skip to content

Commit b61754d

Browse files
committed
Remove stale comment that was mistakingly committed. NFC.
Swift SVN r28574
1 parent 561082b commit b61754d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/SILPasses/SILCombinerVisitors.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -488,16 +488,6 @@ static bool useDoesNotKeepClosureAlive(const SILInstruction *I) {
488488
case ValueKind::ReleaseValueInst:
489489
case ValueKind::DebugValueInst:
490490
return true;
491-
/*
492-
case ValueKind::ApplyInst: {
493-
if (auto *AI = dyn_cast<ApplyInst>(I)) {
494-
if (auto *PAI = dyn_cast<PartialApplyInst>(AI->getCallee())) {
495-
return canCombineApplyOfPartialApply(AI, PAI);
496-
}
497-
}
498-
return false;
499-
}
500-
*/
501491
default:
502492
return false;
503493
}

0 commit comments

Comments
 (0)