From 55b92549ba1867be7365ca090118669e01a650b5 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 23 Apr 2016 22:12:40 -0700 Subject: [PATCH] standard --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 83842a2..f1d9231 100644 --- a/index.js +++ b/index.js @@ -413,7 +413,6 @@ function byteLength (string, encoding) { switch (encoding) { case 'ascii': case 'binary': - // Deprecated case 'raw': case 'raws': return len -- 2.34.1