diff --git a/mps/code/pthrdext.c b/mps/code/pthrdext.c index 7f7141cc9ba..7185a0ff441 100644 --- a/mps/code/pthrdext.c +++ b/mps/code/pthrdext.c @@ -128,7 +128,6 @@ static void PThreadextModuleInit(void) { int status; struct sigaction pthreadext_sigsuspend, pthreadext_sigresume; - int e; AVER(pthreadextModuleInitialized == FALSE); @@ -137,7 +136,6 @@ static void PThreadextModuleInit(void) /* Initialize the semaphore */ status = sem_init(&pthreadextSem, 0, 0); - e = errno; AVER(status != -1); /* Install the signal handlers for suspend/resume. */