From 5f9d6e9ba2e9d0a9c7d3b6572659c1648ed3e730 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 8540d180c75ad7..c44458b9db4aaf 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()