Skip to content

Commit d0b07bb

Browse files
committed
Remove Unused Experimental Cross-Module Flag
Now that we're using -{enable,disable}-incremental-imports, drop the experimental flag.
1 parent 2ee7a32 commit d0b07bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/swift/Option/Options.td

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -574,12 +574,6 @@ def experimental_cxx_stdlib :
574574
Separate<["-"], "experimental-cxx-stdlib">,
575575
HelpText<"C++ standard library to use; forwarded to Clang's -stdlib flag">;
576576

577-
def enable_experimental_cross_module_incremental_build :
578-
Flag<["-"], "enable-experimental-cross-module-incremental-build">,
579-
Flags<[FrontendOption]>,
580-
HelpText<"(experimental) Enable cross-module incremental build metadata and "
581-
"driver scheduling">;
582-
583577

584578
// Diagnostic control options
585579
def suppress_warnings : Flag<["-"], "suppress-warnings">,

0 commit comments

Comments
 (0)