Server: remove dead code from forceShutdown()

This commit is contained in:
Dylan K. Taylor 2018-05-10 11:30:50 +01:00
parent 4d743ade45
commit 1e4a97f921

View File

@ -2235,9 +2235,6 @@ class Server{
}catch(\Throwable $e){}
}
//$this->checkMemory();
//$dump .= "Memory Usage Tracking: \r\n" . chunk_split(base64_encode(gzdeflate(implode(";", $this->memoryStats), 9))) . "\r\n";
$this->forceShutdown();
$this->isRunning = false;
@Utils::kill(getmypid());