summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-doc/Generators.cpp
diff options
context:
space:
mode:
authorJulie Hockett <juliehockett@google.com>2018-08-16 23:50:51 +0000
committerJulie Hockett <juliehockett@google.com>2018-08-16 23:50:51 +0000
commit921e19563328682eb332124fb7fd01ed74a9da86 (patch)
treee2ff314b7ee50eafa86e002c8e0c967985180bd9 /clang-tools-extra/clang-doc/Generators.cpp
parentee3b9816730857866cdb034834e79a37b0a7ff35 (diff)
downloadbcm5719-llvm-921e19563328682eb332124fb7fd01ed74a9da86.tar.gz
bcm5719-llvm-921e19563328682eb332124fb7fd01ed74a9da86.zip
Revert "Implement a (simple) Markdown generator"
This reverts commit r339948, as it's breaking a few bots in ways that I can't reproduce right now. llvm-svn: 339966
Diffstat (limited to 'clang-tools-extra/clang-doc/Generators.cpp')
-rw-r--r--clang-tools-extra/clang-doc/Generators.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang-tools-extra/clang-doc/Generators.cpp b/clang-tools-extra/clang-doc/Generators.cpp
index 5a0d0c5c138..fe01d610970 100644
--- a/clang-tools-extra/clang-doc/Generators.cpp
+++ b/clang-tools-extra/clang-doc/Generators.cpp
@@ -29,11 +29,8 @@ findGeneratorByName(llvm::StringRef Format) {
// This anchor is used to force the linker to link in the generated object file
// and thus register the generators.
extern volatile int YAMLGeneratorAnchorSource;
-extern volatile int MDGeneratorAnchorSource;
static int LLVM_ATTRIBUTE_UNUSED YAMLGeneratorAnchorDest =
YAMLGeneratorAnchorSource;
-static int LLVM_ATTRIBUTE_UNUSED MDGeneratorAnchorDest =
- MDGeneratorAnchorSource;
} // namespace doc
} // namespace clang
OpenPOWER on IntegriCloud