Skip to content

Commit

Permalink
stream: remove unused _transformState
Browse files Browse the repository at this point in the history
_transformState is no longer used since Transform was
simplified.

Refs: nodejs#32763
  • Loading branch information
ronag committed Apr 27, 2020
1 parent e5512ac commit 5b92a54
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/internal/streams/lazy_transform.js
Expand Up @@ -59,11 +59,5 @@ ObjectDefineProperties(LazyTransform.prototype, {
set: makeSetter('_writableState'),
configurable: true,
enumerable: true
},
_transformState: {
get: makeGetter('_transformState'),
set: makeSetter('_transformState'),
configurable: true,
enumerable: true
}
});

0 comments on commit 5b92a54

Please sign in to comment.