зеркало из https://github.com/mozilla/gecko-dev.git
Removing two extraneous lines.
This commit is contained in:
Родитель
6245c03e54
Коммит
4d0aad511a
|
@ -93,7 +93,6 @@ a1=null;
|
|||
/*
|
||||
* Let's try another one -
|
||||
*/
|
||||
printBugNumber(bug);
|
||||
var a2=Array(0x10000000/4);
|
||||
a2.sort();
|
||||
a2=null;
|
||||
|
@ -102,7 +101,6 @@ a2=null;
|
|||
/*
|
||||
* Let's try the biggest possible one (see above)
|
||||
*/
|
||||
printBugNumber(bug);
|
||||
var a3=Array(0xFFFFFFFF);
|
||||
a3.sort();
|
||||
a3 = null;
|
||||
|
|
Загрузка…
Ссылка в новой задаче