Skip to content

Commit fc4b688

Browse files
committed
stream: apply another minor perf improvement in stream/new
1 parent aeaa1e7 commit fc4b688

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/streams/new/broadcast.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ class BroadcastImpl {
352352
consumer.resolve = null;
353353
consumer.reject = null;
354354
resolve({ done: false, value: chunk });
355-
this._tryTrimBuffer();
356355
}
357356
}
358357
}

0 commit comments

Comments
 (0)