Skip to content

Commit af5fa5e

Browse files
committed
Remove isPrivateToEnclosingFile Accessor
I removed the implementation in swiftlang#34151
1 parent 8d2c85d commit af5fa5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/AST/Decl.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -950,9 +950,6 @@ class alignas(1 << DeclAlignInBits) Decl {
950950
/// If this returns true, the decl can be safely casted to ValueDecl.
951951
bool isPotentiallyOverridable() const;
952952

953-
/// Returns true if this Decl cannot be seen by any other source file
954-
bool isPrivateToEnclosingFile() const;
955-
956953
/// Retrieve the global actor attribute that applies to this declaration,
957954
/// if any.
958955
///

0 commit comments

Comments
 (0)