summaryrefslogtreecommitdiffstats
path: root/clang/lib/FrontendTool
diff options
context:
space:
mode:
authorJonathan D. Turner <jonathan.d.turner@gmail.com>2011-07-07 22:40:15 +0000
committerJonathan D. Turner <jonathan.d.turner@gmail.com>2011-07-07 22:40:15 +0000
commitf8c3ccdeae8afc3a2268fb7af1957de7a2859731 (patch)
treec2423b5af0e6ec494150574719f2db70f190da09 /clang/lib/FrontendTool
parent9721396dab338c2a6f1f4fda1225430ae3a8de8a (diff)
downloadbcm5719-llvm-f8c3ccdeae8afc3a2268fb7af1957de7a2859731.tar.gz
bcm5719-llvm-f8c3ccdeae8afc3a2268fb7af1957de7a2859731.zip
Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch.
llvm-svn: 134649
Diffstat (limited to 'clang/lib/FrontendTool')
-rw-r--r--clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index eb1c208df18..45095997dcb 100644
--- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
@@ -39,7 +39,6 @@ static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) {
case ASTDumpXML: return new ASTDumpXMLAction();
case ASTPrint: return new ASTPrintAction();
case ASTView: return new ASTViewAction();
- case BoostCon: return new BoostConAction();
case CreateModule: return 0;
case DumpRawTokens: return new DumpRawTokensAction();
case DumpTokens: return new DumpTokensAction();
OpenPOWER on IntegriCloud