Remove a whole lot of unused variables
There are about 30 removed in this patch, generated by a new FixIt I haven't got round to submitting yet. llvm-svn: 195814
This commit is contained in:
@@ -174,7 +174,7 @@ std::vector<CompileCommand>
|
||||
JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const {
|
||||
SmallString<128> NativeFilePath;
|
||||
llvm::sys::path::native(FilePath, NativeFilePath);
|
||||
std::vector<StringRef> PossibleMatches;
|
||||
|
||||
std::string Error;
|
||||
llvm::raw_string_ostream ES(Error);
|
||||
StringRef Match = MatchTrie.findEquivalent(NativeFilePath.str(), ES);
|
||||
|
||||
Reference in New Issue
Block a user