fix duplicates.

This commit is contained in:
Vítor Santos Costa 2014-10-14 02:09:52 +01:00
parent c95045e14c
commit d76c2a0039
2 changed files with 0 additions and 6 deletions

View File

@ -40,9 +40,6 @@ static char SccsId[] = "%W% %G%";
#include <tracer.h>
#endif
#ifndef THREADS
#define worker_id 0
#endif
/*
* The InteractSIGINT function is called after a normal interrupt had been caught.

View File

@ -1538,9 +1538,6 @@ static RETSIGTYPE
ReceiveSignal (int s, void *x, void *y)
{
CACHE_REGS
#ifndef THREADS
#define worker_id 0
#endif
LOCAL_PrologMode |= InterruptMode;
my_signal (s, ReceiveSignal);
switch (s)