Skip to content

Commit 91159ae

Browse files
committed
[Gardening] Removed stray comment.
1 parent ffc0b98 commit 91159ae

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)