Skip to content

Commit 25dbd63

Browse files
committed
[clang-scan-deps] Remove unused OutputsPaths in FullDependencyConsumer
The OutputPaths field of FullDependencyConsumer is not used, and the resulting TranslationUnitDeps has no corresponding field. This change removes the unused member. It was added in commit f978ea4, and this comment in the Differential Revision suggests it was intended to be removed before landing: https://reviews.llvm.org/D70268#1772032
1 parent be2f020 commit 25dbd63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ class FullDependencyConsumer : public DependencyConsumer {
220220
std::vector<std::string> VisibleModules;
221221
std::vector<Command> Commands;
222222
std::string ContextHash;
223-
std::vector<std::string> OutputPaths;
224223
const llvm::DenseSet<ModuleID> &AlreadySeen;
225224
};
226225

0 commit comments

Comments
 (0)