diff options
author | Jonathan D. Turner <jonathan.d.turner@gmail.com> | 2011-07-07 22:40:15 +0000 |
---|---|---|
committer | Jonathan D. Turner <jonathan.d.turner@gmail.com> | 2011-07-07 22:40:15 +0000 |
commit | 3bd21383f0d788e49af71c5d25255197ddb8a59b (patch) | |
tree | 52f0f02c785ee26b1f42c2fabc2d72d149b8fb09 /lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 7a759606d93975866051f67104ae58446e55f404 (diff) |
Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134649 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r-- | lib/FrontendTool/ExecuteCompilerInvocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/lib/FrontendTool/ExecuteCompilerInvocation.cpp index eb1c208df1..45095997dc 100644 --- a/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/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(); |