From 155687cb7ee23d7777d1072c4c2956564bff8ac4 Mon Sep 17 00:00:00 2001 From: Calvin Metcalf Date: Thu, 25 May 2017 08:27:31 -0400 Subject: [PATCH] stream: remove dup property PR-URL: https://github.com/nodejs/node/pull/13216 Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Anna Henningsen --- lib/_stream_writable.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/_stream_writable.js b/lib/_stream_writable.js index 8540d180c75..c44458b9db4 100644 --- a/lib/_stream_writable.js +++ b/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()