Skip to content

Commit 83d7653

Browse files
committed
[NFC] Remove unused ModuleCacheDir variable
1 parent 3321047 commit 83d7653

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ClangImporter/ClangModuleDependencyScanner.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ void ClangImporter::recordModuleDependencies(
196196
std::string PCMPath;
197197
std::string ModuleMapPath;
198198
};
199-
auto ModuleCacheDir = swift::getModuleCachePathFromClang(getClangInstance());
200199

201200
for (const auto &clangModuleDep : clangDependencies.DiscoveredModules) {
202201
// If we've already cached this information, we're done.

0 commit comments

Comments
 (0)