diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cancel8.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cancel8.c b/tests/cancel8.c index 632a7e3..fa6b15c 100644 --- a/tests/cancel8.c +++ b/tests/cancel8.c @@ -105,7 +105,6 @@ void #endif Win32thread(void * arg) { - int i; bag_t * bag = (bag_t *) arg; assert(bag == &threadbag[bag->threadnum]); |