Skip to content

Commit 206f62b

Browse files
committed
fixup: try perf
1 parent 4ac87be commit 206f62b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/_stream_writable.js

-9
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,6 @@ function WritableState(options, stream, isDuplex) {
185185
this.corkedRequestsFree = corkReq;
186186
}
187187

188-
ObjectDefineProperties(WritableState.prototype, {
189-
// Backwards compat.
190-
writing: {
191-
get() {
192-
return !!this.writecb;
193-
}
194-
}
195-
});
196-
197188
WritableState.prototype.getBuffer = function getBuffer() {
198189
let current = this.bufferedRequest;
199190
const out = [];

0 commit comments

Comments
 (0)