Bug 166257: removed an unused variable. Thanks to timeless@bemail.org for

the fix.
This commit is contained in:
wtc%netscape.com 2002-09-04 01:27:00 +00:00
Родитель bb076cbe6b
Коммит ed2684226b
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -55,8 +55,6 @@ extern PRLock *_pr_sleeplock; /* allocated and initialized in prinit */
*/
void _PR_CleanupThread(PRThread *thread)
{
PRUintn i;
/* Free up per-thread-data */
_PR_DestroyThreadPrivate(thread);