Skip to content

Commit b10560f

Browse files
authored
Merge pull request #68113 from nate-chandler/gardening/20230823/1
[Gardening] Removed stray comment.
2 parents e3bf6bd + 91159ae commit b10560f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILGen/SILGenFunction.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ void SILGenFunction::emitCaptures(SILLocation loc,
677677
// Otherwise, just return it, copying if needed.
678678
if (forceCopy && !lowering.isTrivial()) {
679679
auto result = B.emitCopyValueOperation(loc, entryValue);
680-
// enterDestroyCleanup(result);
681680
return result;
682681
}
683682
return entryValue;

0 commit comments

Comments
 (0)