This commit is contained in:
rhp%netscape.com 2000-01-25 03:22:45 +00:00
Родитель 96ce0ff115
Коммит 605e34d5a7
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -40,12 +40,8 @@
static nsAutoString
Right(const nsAutoString& text, PRUint32 start)
{
MOZ_TIMER_START(mRightTimer);
nsAutoString result;
text.Right(result, text.Length() - start);
MOZ_TIMER_STOP(mRightTimer);
return result;
}