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 d76db19 commit 109860cCopy full SHA for 109860c
lib/ClangImporter/ClangModuleDependencyScanner.cpp
@@ -455,7 +455,6 @@ bool ClangImporter::addHeaderDependencies(
455
ModuleDependencyID moduleID,
456
clang::tooling::dependencies::DependencyScanningTool &clangScanningTool,
457
ModuleDependenciesCache &cache) {
458
- auto &ctx = Impl.SwiftContext;
459
auto optionalTargetModule = cache.findDependency(moduleID);
460
assert(optionalTargetModule.has_value());
461
auto targetModule = *(optionalTargetModule.value());
0 commit comments