File tree Expand file tree Collapse file tree 23 files changed +384
-2622
lines changed
Expand file tree Collapse file tree 23 files changed +384
-2622
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 @@ -239,8 +239,6 @@ void Generator::addInfoToIndex(Index &Idx, const doc::Info *Info) {
239239[[maybe_unused]] static int YAMLGeneratorAnchorDest = YAMLGeneratorAnchorSource;
240240[[maybe_unused]] static int MDGeneratorAnchorDest = MDGeneratorAnchorSource;
241241[[maybe_unused]] static int HTMLGeneratorAnchorDest = HTMLGeneratorAnchorSource;
242- [[maybe_unused]] static int MHTMLGeneratorAnchorDest =
243- MHTMLGeneratorAnchorSource;
244242[[maybe_unused]] static int JSONGeneratorAnchorDest = JSONGeneratorAnchorSource;
245243} // namespace doc
246244} // 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