mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
[clang-doc] Remove an unused local variable (NFC) (#167104)
Identified with bugprone-unused-local-non-trivial-variable.
This commit is contained in:
@@ -156,7 +156,6 @@ Error MustacheHTMLGenerator::generateDocs(
|
||||
SmallString<128> JSONPath;
|
||||
sys::path::native(RootDir.str() + "/json", JSONPath);
|
||||
|
||||
StringMap<json::Value> JSONFileMap;
|
||||
{
|
||||
llvm::TimeTraceScope TS("Iterate JSON files");
|
||||
std::error_code EC;
|
||||
|
||||
Reference in New Issue
Block a user