mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
potentially breaking: unused vars
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user