mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Frontend: remove -swift-module-file. NFC
We are now using a JSON file for explicit module inputs, so this argument can be removed.
This commit is contained in:
@@ -86,9 +86,6 @@ std::error_code PlaceholderSwiftModuleScanner::findModuleFilesInDirectory(
|
||||
return std::make_error_code(std::errc::not_supported);
|
||||
}
|
||||
auto &moduleInfo = it->getValue();
|
||||
assert(!moduleInfo.moduleBuffer &&
|
||||
"Placeholder dependency module stubs cannot have an associated buffer");
|
||||
|
||||
auto dependencies = ModuleDependencies::forPlaceholderSwiftModuleStub(
|
||||
moduleInfo.modulePath, moduleInfo.moduleDocPath,
|
||||
moduleInfo.moduleSourceInfoPath);
|
||||
|
||||
Reference in New Issue
Block a user