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.
2 parents 0717ba4 + 4cd754e commit 79c38b2Copy full SHA for 79c38b2
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