Bug 978562 - Remove redundant assignment to {TypedArray}.length, r=gsvelto.

This commit is contained in:
Brian Hackett 2014-03-03 14:51:53 -07:00
parent e4246b715c
commit 7a696c0737

View File

@ -187,7 +187,6 @@ this.Authenticator = {
mac: mac.toUpperCase(),
data: wbxml
};
authInfo.data.length = wbxml.length;
switch (authInfo.sec) {
case "NETWPIN":