Remove duplicate call to gc_collect_cycles

This is already done in forceShutdown(), and if it is not then the
process will have committed suicide and this will never be called
anyway. Either way, it's useless.
This commit is contained in:
Dylan K. Taylor 2016-10-19 22:08:44 +01:00
parent 3ddfb97921
commit 3692ddab1d

View File

@ -2042,8 +2042,6 @@ class Server{
$this->tickProcessor();
$this->forceShutdown();
gc_collect_cycles();
}
public function handleSignal($signo){