Skip to content

Commit

Permalink
[Stream] Removed unused meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
cboden committed Feb 16, 2014
1 parent fb8e0eb commit feef566
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Buffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,11 @@ class Buffer extends EventEmitter implements WritableStreamInterface
'file' => '',
'line' => 0,
);
private $meta;

public function __construct($stream, LoopInterface $loop)
{
$this->stream = $stream;
$this->loop = $loop;

if (is_resource($stream)) {
$this->meta = stream_get_meta_data($stream);
}
}

public function isWritable()
Expand Down

0 comments on commit feef566

Please sign in to comment.