Skip to content

Commit 57ede9c

Browse files
Merge pull request swiftlang#76914 from nate-chandler/gardening/20241008/1
[Gardening] Delete dead comment.
2 parents 2e864a3 + 31675d6 commit 57ede9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/SIL/OSSALifetimeCompletion.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ class OSSALifetimeCompletion {
6363
// Availability: "As late as possible." Consume the value in the last blocks
6464
// beyond the non-consuming uses in which the value has been
6565
// consumed on no incoming paths.
66-
//
67-
// This boundary works around bugs where SILGen emits
68-
// illegal OSSA lifetimes.
6966
struct Boundary {
7067
enum Value : uint8_t {
7168
Liveness,

0 commit comments

Comments
 (0)