From 7e681578429eef881f9d0f0ed6bf659454a78732 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 24 Jan 2017 15:40:47 -0800 Subject: [PATCH] remove old comment --- index.js | 1 - 1 file changed, 1 deletion(-) 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' -- 2.34.1