diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-01 13:32:03 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-01 13:32:03 +0000 |
commit | 44fee4e0eb62c691d80ed5f36cb96321b4167a6d (patch) | |
tree | 76606fd558ae8eb98363e8e98caffdaff04cc734 /llvm/tools/bugpoint/ExecutionDriver.cpp | |
parent | ad864049d68d44445f2eae5d186179299a86d217 (diff) | |
download | bcm5719-llvm-44fee4e0eb62c691d80ed5f36cb96321b4167a6d.tar.gz bcm5719-llvm-44fee4e0eb62c691d80ed5f36cb96321b4167a6d.zip |
Remove several unused variables.
Patch by Alp Toker.
llvm-svn: 191757
Diffstat (limited to 'llvm/tools/bugpoint/ExecutionDriver.cpp')
-rw-r--r-- | llvm/tools/bugpoint/ExecutionDriver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/ExecutionDriver.cpp b/llvm/tools/bugpoint/ExecutionDriver.cpp index 3d3dac3274d..c05c8d702da 100644 --- a/llvm/tools/bugpoint/ExecutionDriver.cpp +++ b/llvm/tools/bugpoint/ExecutionDriver.cpp @@ -301,7 +301,6 @@ std::string BugDriver::executeProgram(const Module *Program, if (AI == 0) AI = Interpreter; assert(AI && "Interpreter should have been created already!"); bool CreatedBitcode = false; - std::string ErrMsg; if (BitcodeFile.empty()) { // Emit the program to a bitcode file... SmallString<128> UniqueFilename; |