Skip to content

Commit 2545772

Browse files
committed
Remove unused and undocumented Buffer skeleton (dead code)
1 parent c5879cd commit 2545772

File tree

2 files changed

+0
-51
lines changed

2 files changed

+0
-51
lines changed

src/Buffer.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/Stdio.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ public function pipe(WritableStreamInterface $dest, array $options = array())
8989
return $dest;
9090
}
9191

92-
public function handleBuffer()
93-
{
94-
$that = $this;
95-
ob_start(function ($chunk) use ($that) {
96-
$that->write($chunk);
97-
}, 2);
98-
}
99-
10092
public function write($data)
10193
{
10294
if ($this->ending || (string)$data === '') {

0 commit comments

Comments
 (0)