Skip to content

Commit 0675454

Browse files
committed
[OwnershipUtils] NFC: Deleted dead declaration.
The two implementations of findPointerEscape were merged back in #66723, so delete the declaration.
1 parent 194904f commit 0675454

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/swift/SIL/OwnershipUtils.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ inline bool isForwardingConsume(SILValue value) {
9090
// Ownership Def-Use Utilities
9191
//===----------------------------------------------------------------------===//
9292

93-
bool findPointerEscape(BorrowedValue value);
94-
9593
/// Whether the specified OSSA-lifetime introducer has a pointer escape.
9694
///
9795
/// precondition: \p value introduces an OSSA-lifetime, either a BorrowedValue

0 commit comments

Comments
 (0)