summaryrefslogtreecommitdiff
path: root/pr/src/threads/prcthr.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/threads/prcthr.c')
-rw-r--r--pr/src/threads/prcthr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pr/src/threads/prcthr.c b/pr/src/threads/prcthr.c
index 71dafca4..ff4c2364 100644
--- a/pr/src/threads/prcthr.c
+++ b/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);