Skip to content

Commit 79c38b2

Browse files
authored
Merge pull request #32501 from hamishknight/scan-none
[DepScan] NFC: Remove check for OnoneSupport
2 parents 0717ba4 + 4cd754e commit 79c38b2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/FrontendTool/ScanDependencies.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -459,12 +459,6 @@ bool swift::scanDependencies(CompilerInstance &instance) {
459459
break;
460460
}
461461

462-
// Swift -Onone support library.
463-
if (invocation.shouldImportSwiftONoneSupport()) {
464-
mainDependencies.addModuleDependency(
465-
SWIFT_ONONE_SUPPORT, alreadyAddedModules);
466-
}
467-
468462
// Add any implicit module names.
469463
for (const auto &moduleName : importInfo.ModuleNames) {
470464
mainDependencies.addModuleDependency(moduleName.str(), alreadyAddedModules);

0 commit comments

Comments
 (0)