Skip to content

Commit

Permalink
[Process] Removing useless code (this is already done in updateStatus)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Apr 8, 2012
1 parent 2d586d2 commit f4227b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Symfony/Component/Process/Process.php
Expand Up @@ -481,10 +481,6 @@ public function isRunning()

$this->updateStatus();

if ($this->processInformation['running'] === false) {
$this->status = self::STATUS_TERMINATED;
}

return $this->processInformation['running'];
}

Expand Down

0 comments on commit f4227b5

Please sign in to comment.