File tree Expand file tree Collapse file tree 23 files changed +380
-2613
lines changed
Expand file tree Collapse file tree 23 files changed +380
-2613
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 @@ -242,8 +242,6 @@ void Generator::addInfoToIndex(Index &Idx, const doc::Info *Info) {
242242[[maybe_unused]] static int YAMLGeneratorAnchorDest = YAMLGeneratorAnchorSource;
243243[[maybe_unused]] static int MDGeneratorAnchorDest = MDGeneratorAnchorSource;
244244[[maybe_unused]] static int HTMLGeneratorAnchorDest = HTMLGeneratorAnchorSource;
245- [[maybe_unused]] static int MHTMLGeneratorAnchorDest =
246- MHTMLGeneratorAnchorSource;
247245[[maybe_unused]] static int JSONGeneratorAnchorDest = JSONGeneratorAnchorSource;
248246} // namespace doc
249247} // 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