From 563dee9fbe56acd9322ec2e26094803701682ce5 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Thu, 6 Jan 2000 07:15:06 +0000 Subject: unused vars --- lib/libpthread/uthread/uthread_create.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libpthread/uthread/uthread_create.c') diff --git a/lib/libpthread/uthread/uthread_create.c b/lib/libpthread/uthread/uthread_create.c index 9fc67e94227..3a9499d0a1c 100644 --- a/lib/libpthread/uthread/uthread_create.c +++ b/lib/libpthread/uthread/uthread_create.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_create.c,v 1.12 1999/11/30 04:51:56 d Exp $ */ +/* $OpenBSD: uthread_create.c,v 1.13 2000/01/06 07:15:05 d Exp $ */ /* * Copyright (c) 1995-1998 John Birrell * All rights reserved. @@ -50,9 +50,7 @@ pthread_create(pthread_t * thread, const pthread_attr_t * attr, void *(*start_routine) (void *), void *arg) { int f_gc = 0; - int i; int ret = 0; - int status; pthread_t gc_thread; pthread_t new_thread; pthread_attr_t pattr; -- cgit v1.2.3