Skip to content

Commit cd68190

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents afacf60 + b10560f commit cd68190

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)