From 8149f06d49d77c27f541c649194fcf94db2412e5 Mon Sep 17 00:00:00 2001 From: Michael Calcinai Date: Sun, 5 Jun 2016 15:02:12 +0200 Subject: [PATCH] Remove stray assignment --- lib/MMap/StreamWrapper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/MMap/StreamWrapper.php b/lib/MMap/StreamWrapper.php index 1cd1f7e..9f99af8 100644 --- a/lib/MMap/StreamWrapper.php +++ b/lib/MMap/StreamWrapper.php @@ -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');