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