Skip to content

Commit

Permalink
fixup: try perf
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Apr 17, 2020
1 parent 4ac87be commit 206f62b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/_stream_writable.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,6 @@ function WritableState(options, stream, isDuplex) {
this.corkedRequestsFree = corkReq;
}

ObjectDefineProperties(WritableState.prototype, {
// Backwards compat.
writing: {
get() {
return !!this.writecb;
}
}
});

WritableState.prototype.getBuffer = function getBuffer() {
let current = this.bufferedRequest;
const out = [];
Expand Down

0 comments on commit 206f62b

Please sign in to comment.