forked from OSchip/llvm-project
[include-fixer][find-all-symbols] removed unused const member from YamlReporter to fix build bot failure.
llvm-svn: 270571
This commit is contained in:
parent
4f23d1e27c
commit
0a28e680f7
|
@ -82,8 +82,6 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
// Directory to write yaml files to.
|
||||
const std::string Directory;
|
||||
std::map<std::string, std::set<SymbolInfo>> Symbols;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue