Skip to content

Commit d838ca2

Browse files
[clang-doc] Remove an unused local variable (NFC) (#167104)
Identified with bugprone-unused-local-non-trivial-variable.
1 parent 6313830 commit d838ca2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang-tools-extra/clang-doc/HTMLMustacheGenerator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ Error MustacheHTMLGenerator::generateDocs(
156156
SmallString<128> JSONPath;
157157
sys::path::native(RootDir.str() + "/json", JSONPath);
158158

159-
StringMap<json::Value> JSONFileMap;
160159
{
161160
llvm::TimeTraceScope TS("Iterate JSON files");
162161
std::error_code EC;

0 commit comments

Comments
 (0)