potentially breaking: unused vars

This commit is contained in:
DarthArgus
2014-10-26 23:28:34 -07:00
parent 982290924a
commit 4d2287d072
27 changed files with 2 additions and 35 deletions
@@ -40,7 +40,6 @@ void DB::TaskRequest::workerThreadLoop(DB::Session *ses)
{
// save off the failed query statement from the process() that failed
// because it will be overwritten by the test query statement
std::string failedQuery = ses->getLastQueryStatement();
ses->rollbackTransaction();
Os::sleep(DB::Server::getErrorSleepTime());