Skip to content

Commit ad65a64

Browse files
committed
Delete superseded language option EnableConcisePoundFile
1 parent 2598aa5 commit ad65a64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,6 @@ namespace swift {
196196
/// Require public declarations to declare that they are Sendable (or not).
197197
bool RequireExplicitSendable = false;
198198

199-
/// If false, '#file' evaluates to the full path rather than a
200-
/// human-readable string.
201-
bool EnableConcisePoundFile = false;
202-
203199
/// Detect and automatically import modules' cross-import overlays.
204200
bool EnableCrossImportOverlays = false;
205201

0 commit comments

Comments
 (0)