Skip to content

Commit

Permalink
Remove extraneous bufferSize=0 setting
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 28, 2012
1 parent 9e7edd5 commit 50eee0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readable.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function ReadableState(options, stream) {
this.pipes = [];
this.flowing = false;
this.ended = false;
this.bufferSize = 0;
this.stream = stream;
}

Expand Down

0 comments on commit 50eee0f

Please sign in to comment.