[include-fixer][find-all-symbols] removed unused const member from YamlReporter to fix build bot failure.

llvm-svn: 270571
This commit is contained in:
Eric Liu 2016-05-24 15:34:37 +00:00
parent 4f23d1e27c
commit 0a28e680f7
1 changed files with 0 additions and 2 deletions

View File

@ -82,8 +82,6 @@ public:
}
private:
// Directory to write yaml files to.
const std::string Directory;
std::map<std::string, std::set<SymbolInfo>> Symbols;
};