mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
most of the serious unused vars are removed, so i'll silence those now... and maaaaaany other fixes
This commit is contained in:
@@ -193,7 +193,6 @@ DatabaseProcess::~DatabaseProcess()
|
||||
void DatabaseProcess::run(void)
|
||||
{
|
||||
static bool shouldSleep = ConfigServerDatabase::getShouldSleep();
|
||||
unsigned long startTime;
|
||||
bool idle=false;
|
||||
int loopcount=0;
|
||||
float nextMemoryReportTime=0;
|
||||
@@ -205,8 +204,6 @@ void DatabaseProcess::run(void)
|
||||
{
|
||||
PROFILER_AUTO_BLOCK_DEFINE("main loop");
|
||||
|
||||
startTime = Clock::timeMs();
|
||||
|
||||
if (!Os::update())
|
||||
setDone("OS condition (Parent pid change)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user