From: Feross Aboukhadijeh Date: Tue, 24 Jan 2017 23:40:47 +0000 (-0800) Subject: remove old comment X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=7e681578429eef881f9d0f0ed6bf659454a78732;p=buffer.git remove old comment --- diff --git a/index.js b/index.js index 151742e..fb0fc6f 100644 --- a/index.js +++ b/index.js @@ -806,7 +806,6 @@ Buffer.prototype.write = function write (string, offset, length, encoding) { encoding = length length = undefined } - // legacy write(string, encoding, offset, length) - remove in v0.13 } else { throw new Error( 'Buffer.write(string, encoding, offset[, length]) is no longer supported'