aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-17 05:04:48 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-17 05:04:48 +0000
commita9be12792943d0aa2cf1eff9c0c0c0e5fd137b80 (patch)
tree2c896dc339e74837ea934f245303a5fe2dac8fb6
parent35ffe2fc57bcf040f652fba70e8f3ff3fcf95115 (diff)
Remove unused program action.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89038 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Frontend/FrontendOptions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Frontend/FrontendOptions.h b/include/clang/Frontend/FrontendOptions.h
index f03b9d2b3a..197a2a05e5 100644
--- a/include/clang/Frontend/FrontendOptions.h
+++ b/include/clang/Frontend/FrontendOptions.h
@@ -34,7 +34,6 @@ namespace frontend {
FixIt, ///< Parse and apply any fixits to the source.
GeneratePCH, ///< Generate pre-compiled header.
GeneratePTH, ///< Generate pre-tokenized header.
- HTMLTest, ///< HTML displayer testing stuff.
InheritanceView, ///< View C++ inheritance for a specified class.
ParseNoop, ///< Parse with noop callbacks.
ParsePrintCallbacks, ///< Parse and print each callback.