Skip to content

Commit 62fb241

Browse files
committed
Remove dead code.
1 parent 2eb8831 commit 62fb241

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/swift/SIL/AddressWalker.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ class TransitiveAddressWalker {
7171
AddressUseKind walk(SILValue address) &&;
7272
};
7373

74-
/// The algorithm that is used to determine what the verifier will consider to
75-
/// be transitive uses of the given address. Used to implement \see
76-
/// findTransitiveUses.
77-
///
78-
/// Returns \p AccessUseKind::Unknown on error.
79-
AddressUseKind findTransitiveUsesForAddress(SILValue address,
80-
TransitiveAddressWalker &visitor);
81-
8274
} // namespace swift
8375

8476
#endif

0 commit comments

Comments
 (0)