File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,6 @@ public enum SWBFeatureFlag {
141
141
/// Remove this feature flag after landing rdar://104894978 (Write "perform-ownership-analysis" = "yes" to build manifest by default)
142
142
public static let performOwnershipAnalysis = SWBFeatureFlagProperty ( " PerformOwnershipAnalysis " , defaultValue: false )
143
143
144
- /// Enable clang explicit modules by default.
145
- public static let enableClangExplicitModulesByDefault = SWBFeatureFlagProperty ( " EnableClangExplicitModulesByDefault " , defaultValue: false )
146
-
147
144
/// Enable Swift explicit modules by default.
148
145
public static let enableSwiftExplicitModulesByDefault = SWBFeatureFlagProperty ( " EnableSwiftExplicitModulesByDefault " , defaultValue: false )
149
146
Original file line number Diff line number Diff line change @@ -573,10 +573,6 @@ final class WorkspaceSettings: Sendable {
573
573
table. push ( BuiltinMacros . EXPERIMENTAL_ALLOW_INSTALL_HEADERS_FILTERING, literal: true )
574
574
}
575
575
576
- if SWBFeatureFlag . enableClangExplicitModulesByDefault. value {
577
- table. push ( BuiltinMacros . CLANG_ENABLE_EXPLICIT_MODULES, literal: true )
578
- }
579
-
580
576
if SWBFeatureFlag . enableSwiftExplicitModulesByDefault. value {
581
577
table. push ( BuiltinMacros . SWIFT_ENABLE_EXPLICIT_MODULES, literal: . enabled)
582
578
}
You can’t perform that action at this time.
0 commit comments