From: Daniel Dunbar Date: Tue, 17 Nov 2009 05:04:48 +0000 (+0000) Subject: Remove unused program action. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9be12792943d0aa2cf1eff9c0c0c0e5fd137b80;p=clang Remove unused program action. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89038 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.