diff options
author | Alp Toker <alp@nuanti.com> | 2013-11-27 05:22:15 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-11-27 05:22:15 +0000 |
commit | 965f88258843547d8226ec630c4b810a04a06ff4 (patch) | |
tree | 6c5ab4da1ca441171f9207ce9484a6b9ecb20a2a /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | d35031ee92be92b8c6da8628b8a1e2fa27274402 (diff) | |
download | bcm5719-llvm-965f88258843547d8226ec630c4b810a04a06ff4.tar.gz bcm5719-llvm-965f88258843547d8226ec630c4b810a04a06ff4.zip |
Remove a whole lot of unused variables
There are about 30 removed in this patch, generated by a new FixIt I haven't
got round to submitting yet.
llvm-svn: 195814
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r-- | clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp index d755839c0f7..f55c6021789 100644 --- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp @@ -32,7 +32,6 @@ using namespace llvm::opt; static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) { using namespace clang::frontend; - StringRef Action("unknown"); switch (CI.getFrontendOpts().ProgramAction) { case ASTDeclList: return new ASTDeclListAction(); |