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 b0eafee + 83d7653 commit 87c9cd8Copy full SHA for 87c9cd8
lib/ClangImporter/ClangModuleDependencyScanner.cpp
@@ -196,7 +196,6 @@ void ClangImporter::recordModuleDependencies(
196
std::string PCMPath;
197
std::string ModuleMapPath;
198
};
199
- auto ModuleCacheDir = swift::getModuleCachePathFromClang(getClangInstance());
200
201
for (const auto &clangModuleDep : clangDependencies.DiscoveredModules) {
202
// If we've already cached this information, we're done.
0 commit comments