Skip to content

Commit

Permalink
Remove stray assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
calcinai committed Jun 5, 2016
1 parent 410f5bf commit 8149f06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/MMap/StreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function stream_open($path, $mode){


$this->process = proc_open($subprocess_cmd, $descriptorspec, $this->pipes);
$this->position = 0;

if($this->process === false){
throw new \Exception('Could not spawn child process');
Expand Down

0 comments on commit 8149f06

Please sign in to comment.