1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 07:12:12 -07:00

Fixing minor linux build error left over from dl's debugging.

Copied from Perforce
 Change: 182884
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2013-07-01 20:51:21 +01:00
parent daebd8206a
commit 641995b424

View file

@ -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. */