Tim's changes; removed some remaining non-functional ifdefs

This commit is contained in:
Guido van Rossum 1994-05-11 08:42:04 +00:00
parent 2c8cb9f3d2
commit b98b1b3deb
3 changed files with 86 additions and 91 deletions

View file

@ -38,10 +38,6 @@ static void _init_thread _P0()
*/
int start_new_thread _P2(func, void (*func) _P((void *)), arg, void *arg)
{
#if defined(SGI_THREADS) && defined(USE_DL)
long addr, size;
static int local_initialized = 0;
#endif /* SGI_THREADS and USE_DL */
int success = 0; /* init not needed when SOLARIS_THREADS and */
/* C_THREADS implemented properly */