Remove several unused variables.
[oota-llvm.git] / tools / bugpoint / ExecutionDriver.cpp
index 3d3dac3274d151bc5ea9e5bd45b07075fc77f53f..c05c8d702da03cd03f3ff4e511ab49dba627878e 100644 (file)
@@ -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;