summaryrefslogtreecommitdiffstats
path: root/Python/thread_lwp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/thread_lwp.h')
-rw-r--r--Python/thread_lwp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/thread_lwp.h b/Python/thread_lwp.h
index 0462cbf..b28e602 100644
--- a/Python/thread_lwp.h
+++ b/Python/thread_lwp.h
@@ -52,10 +52,6 @@ static void _init_thread _P0()
int start_new_thread _P2(func, void (*func) _P((void *)), arg, void *arg)
{
thread_t tid;
-#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 */