Removing two extraneous lines.

This commit is contained in:
pschwartau%netscape.com 2002-08-23 21:47:05 +00:00
Родитель 6245c03e54
Коммит 4d0aad511a
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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;