[NFC][ScanDependency] Remove some ununsed code

Clean up some code that no longer used.
This commit is contained in:
Steven Wu
2024-09-24 14:56:14 -07:00
parent aa7ff59a13
commit 5a6f6e1d4d
10 changed files with 4 additions and 39 deletions

View File

@@ -258,7 +258,6 @@ public:
virtual llvm::SmallVector<std::pair<ModuleDependencyID, ModuleDependencyInfo>, 1>
getModuleDependencies(Identifier moduleName, StringRef moduleOutputPath,
llvm::IntrusiveRefCntPtr<llvm::cas::CachingOnDiskFileSystem> CacheFS,
const llvm::DenseSet<clang::tooling::dependencies::ModuleID> &alreadySeenClangModules,
clang::tooling::dependencies::DependencyScanningTool &clangScanningTool,
InterfaceSubContextDelegate &delegate,