Bug 680678 - Sync: byteArrayToString appears more than once in util.js. r=philikon

This commit is contained in:
Richard Newman 2011-08-22 09:15:02 -07:00
parent b8b0c1e920
commit a1d92df0ae

View File

@ -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.
*