[clang-doc] Remove an unused local variable (NFC) (#167104)

Identified with bugprone-unused-local-non-trivial-variable.
This commit is contained in:
Kazu Hirata
2025-11-08 07:40:52 -08:00
committed by GitHub
parent 6313830d07
commit d838ca21ca

View File

@@ -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;