From ce6bccbfd735931bcfe87b3df88004aaa5ddfe11 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Wed, 4 Sep 2002 01:27:00 +0000 Subject: [PATCH] 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 --- mozilla/nsprpub/pr/src/threads/prcthr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/nsprpub/pr/src/threads/prcthr.c b/mozilla/nsprpub/pr/src/threads/prcthr.c index 71dafca4ddb..ff4c2364977 100644 --- a/mozilla/nsprpub/pr/src/threads/prcthr.c +++ b/mozilla/nsprpub/pr/src/threads/prcthr.c @@ -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);