diff --git a/services/sync/modules/util.js b/services/sync/modules/util.js index 59a52b1403e..b4948b1afe2 100644 --- a/services/sync/modules/util.js +++ b/services/sync/modules/util.js @@ -556,10 +556,6 @@ let Utils = { return T.slice(0, len); }, - byteArrayToString: function byteArrayToString(bytes) { - return [String.fromCharCode(byte) for each (byte in bytes)].join(""); - }, - /** * PBKDF2 implementation in Javascript. *