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