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

the fix.


git-svn-id: svn://10.0.0.236/trunk@128788 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 2002-09-04 01:27:00 +00:00
parent 72095cce43
commit ce6bccbfd7

View File

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