Browse Source

stream: remove dup property

PR-URL: https://github.com/nodejs/node/pull/13216
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
v6
Calvin Metcalf 8 years ago
parent
commit
155687cb7e
No known key found for this signature in database GPG Key ID: F617F2120633E5F2
  1. 3
      lib/_stream_writable.js

3
lib/_stream_writable.js

@ -61,9 +61,6 @@ function WritableState(options, stream) {
// if _final has been called
this.finalCalled = false;
// if _final has been called
this.finalCalled = false;
// drain event flag.
this.needDrain = false;
// at the start of calling end()

Loading…
Cancel
Save