Skip to content

Commit 31675d6

Browse files
committed
[Gardening] Delete dead comment.
This comment referred to the now-deleted workaround AvailabilityWithLeaks boundary kind.
1 parent d6e8eb2 commit 31675d6

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)