[Process] Removing useless code (this is already done in updateStatus)

This commit is contained in:
Jordi Boggiano 2012-04-08 20:26:27 +02:00
parent 2d586d245d
commit f4227b5f82

View File

@ -481,10 +481,6 @@ class Process
$this->updateStatus();
if ($this->processInformation['running'] === false) {
$this->status = self::STATUS_TERMINATED;
}
return $this->processInformation['running'];
}