We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1902ff2 commit 4cd754eCopy full SHA for 4cd754e
lib/FrontendTool/ScanDependencies.cpp
@@ -459,12 +459,6 @@ bool swift::scanDependencies(CompilerInstance &instance) {
459
break;
460
}
461
462
- // Swift -Onone support library.
463
- if (invocation.shouldImportSwiftONoneSupport()) {
464
- mainDependencies.addModuleDependency(
465
- SWIFT_ONONE_SUPPORT, alreadyAddedModules);
466
- }
467
-
468
// Add any implicit module names.
469
for (const auto &moduleName : importInfo.ModuleNames) {
470
mainDependencies.addModuleDependency(moduleName.str(), alreadyAddedModules);
0 commit comments