Skip to content

Commit ab9f3c7

Browse files
naveen-sethmahesh-attarde
authored andcommitted
[clang-scan-deps] Remove unused OutputsPaths from FullDependencyConsumer (NFC) (llvm#155523)
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 d41f371 commit ab9f3c7

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)