File tree Expand file tree Collapse file tree 23 files changed +377
-2629
lines changed
Expand file tree Collapse file tree 23 files changed +377
-2629
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ struct MustacheGenerator : public Generator {
137137extern volatile int YAMLGeneratorAnchorSource;
138138extern volatile int MDGeneratorAnchorSource;
139139extern volatile int HTMLGeneratorAnchorSource;
140- extern volatile int MHTMLGeneratorAnchorSource;
141140extern volatile int JSONGeneratorAnchorSource;
142141
143142} // namespace doc
You can’t perform that action at this time.
0 commit comments