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>
This commit is contained in:
Calvin Metcalf 2017-05-25 08:27:31 -04:00
parent 235cbbe4d8
commit 155687cb7e
No known key found for this signature in database
GPG Key ID: F617F2120633E5F2

View File

@ -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()