This commit is contained in:
alecf%netscape.com 1999-06-16 02:41:15 +00:00
Родитель 2ef776e342
Коммит 175b58c262
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -31,12 +31,10 @@ NOT_NULL (const char *x)
#endif
#if 0
void XP_AssertAtLine( char *pFileName, int iLine )
{
PR_Assert("XP Assert", pFileName, iLine);
}
#endif
/* XP_GetString
*