]> granicus.if.org Git - clang/commitdiff
Remove unused program action.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 17 Nov 2009 05:04:48 +0000 (05:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 17 Nov 2009 05:04:48 +0000 (05:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89038 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/FrontendOptions.h

index f03b9d2b3a577f5e20532dc0832c015d72a02378..197a2a05e5e0b1d3bfb794fe97daac96a158288e 100644 (file)
@@ -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.