Skip to content

Commit 1bd9b9d

Browse files
committed
NFC: remove dead code
1 parent 6fbc06e commit 1bd9b9d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/swift/AST/ASTMangler.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ class ASTMangler : public Mangler {
7272
/// If enabled, marker protocols can be encoded in the mangled name.
7373
bool AllowMarkerProtocols = true;
7474

75-
/// Whether the mangling predates concurrency, and therefore shouldn't
76-
/// include concurrency features such as global actors or @Sendable
77-
/// function types.
78-
bool Preconcurrency = false;
79-
8075
/// If enabled, declarations annotated with @_originallyDefinedIn are mangled
8176
/// as if they're part of their original module. Disabled for debug mangling,
8277
/// because lldb wants to find declarations in the modules they're currently

0 commit comments

Comments
 (0)