ugh, take two - remove PR_ASSERT, tabs, and extra ^M's

This commit is contained in:
alecf%flett.org 2003-06-04 20:53:57 +00:00
Родитель b6384966b4
Коммит fecf4aa82b
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -708,9 +708,8 @@ static callsite *calltree(int skip)
/* /*
* Time to increase the number of stack frames? * Time to increase the number of stack frames?
*/ */
if (framenum >= MAX_STACKFRAMES) if (framenum >= MAX_STACKFRAMES)
break; break;
PR_ASSERT(framenum < MAX_STACKFRAMES);
} }
depth = framenum; depth = framenum;