Skip to content

Commit 5d6dabd

Browse files
committed
review feedback
1 parent 87a9709 commit 5d6dabd

23 files changed

+377
-2629
lines changed

clang-tools-extra/clang-doc/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ add_clang_library(clangDoc STATIC
1616
Representation.cpp
1717
Serialize.cpp
1818
YAMLGenerator.cpp
19-
HTMLMustacheGenerator.cpp
2019
JSONGenerator.cpp
2120

2221
DEPENDS

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ void Generator::addInfoToIndex(Index &Idx, const doc::Info *Info) {
243243
[[maybe_unused]] static int YAMLGeneratorAnchorDest = YAMLGeneratorAnchorSource;
244244
[[maybe_unused]] static int MDGeneratorAnchorDest = MDGeneratorAnchorSource;
245245
[[maybe_unused]] static int HTMLGeneratorAnchorDest = HTMLGeneratorAnchorSource;
246-
[[maybe_unused]] static int MHTMLGeneratorAnchorDest =
247-
MHTMLGeneratorAnchorSource;
248246
[[maybe_unused]] static int JSONGeneratorAnchorDest = JSONGeneratorAnchorSource;
249247
} // namespace doc
250248
} // namespace clang

clang-tools-extra/clang-doc/Generators.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ struct MustacheGenerator : public Generator {
137137
extern volatile int YAMLGeneratorAnchorSource;
138138
extern volatile int MDGeneratorAnchorSource;
139139
extern volatile int HTMLGeneratorAnchorSource;
140-
extern volatile int MHTMLGeneratorAnchorSource;
141140
extern volatile int JSONGeneratorAnchorSource;
142141

143142
} // namespace doc

0 commit comments

Comments
 (0)