Skip to content

Commit 39d2dc0

Browse files
committed
[Stream] Removed unused meta data
1 parent fd64996 commit 39d2dc0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/React/Stream/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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy