mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Fix out-of-date documentation related to ModuleLoaders.
This commit is contained in:
@@ -39,7 +39,6 @@ DependencyTracker::addDependency(StringRef File, bool IsSystem) {
|
||||
// DependencyTracker exposes an interface that (intentionally) does not talk
|
||||
// about clang at all, nor about missing deps. It does expose an IsSystem
|
||||
// dimension, which we accept and pass along to the clang DependencyCollector.
|
||||
// along to the clang DependencyCollector.
|
||||
clangCollector->maybeAddDependency(File, /*FromModule=*/false,
|
||||
IsSystem, /*IsModuleFile=*/false,
|
||||
/*IsMissing=*/false);
|
||||
|
||||
Reference in New Issue
Block a user