diff options
Diffstat (limited to 'winsup/testsuite/winsup.api/pthread/cancel12.c')
-rw-r--r-- | winsup/testsuite/winsup.api/pthread/cancel12.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/pthread/cancel12.c b/winsup/testsuite/winsup.api/pthread/cancel12.c index f1c64e39c..12273d676 100644 --- a/winsup/testsuite/winsup.api/pthread/cancel12.c +++ b/winsup/testsuite/winsup.api/pthread/cancel12.c @@ -58,7 +58,6 @@ static void *Thread(void *punused) int main (void) { - void *old_sigh; void * result; pthread_t t; |