Skip to content

Commit feef566

Browse files
committed
[Stream] Removed unused meta data
1 parent fb8e0eb commit feef566

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Buffer.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,11 @@ class Buffer extends EventEmitter implements WritableStreamInterface
2020
'file' => '',
2121
'line' => 0,
2222
);
23-
private $meta;
2423

2524
public function __construct($stream, LoopInterface $loop)
2625
{
2726
$this->stream = $stream;
2827
$this->loop = $loop;
29-
30-
if (is_resource($stream)) {
31-
$this->meta = stream_get_meta_data($stream);
32-
}
3328
}
3429

3530
public function isWritable()

0 commit comments

Comments
 (0)