Skip to content

Commit

Permalink
stream: remove dup property
Browse files Browse the repository at this point in the history
PR-URL: #13216
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
calvinmetcalf authored and jasnell committed May 28, 2017
1 parent a985ed6 commit c15fe8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/_stream_writable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c15fe8b

Please sign in to comment.