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: #32763

PR-URL: #33105
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
  • Loading branch information
ronag committed Apr 30, 2020
1 parent d84f131 commit e10e292
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 e10e292

Please sign in to comment.