diff --git a/lib/EioHandle.php b/lib/EioHandle.php index 994ca12..78e723d 100644 --- a/lib/EioHandle.php +++ b/lib/EioHandle.php @@ -214,7 +214,6 @@ class EioHandle implements Handle { throw new PendingOperationError; } - $offset = (int) $offset; switch ($whence) { case \SEEK_SET: $this->position = $offset;