diff options
Diffstat (limited to 'tests/cancel3.c')
-rw-r--r-- | tests/cancel3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cancel3.c b/tests/cancel3.c index e2ffc2b..1a39ecb 100644 --- a/tests/cancel3.c +++ b/tests/cancel3.c @@ -60,8 +60,6 @@ struct bag_t_ { static bag_t threadbag[NUMTHREADS + 1]; -static pthread_mutex_t waitLock = PTHREAD_MUTEX_INITIALIZER; - void * mythread(void * arg) { |