summaryrefslogtreecommitdiffstats
path: root/Python/thread_lwp.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-05-11 08:42:04 (GMT)
committerGuido van Rossum <guido@python.org>1994-05-11 08:42:04 (GMT)
commitb98b1b3deb9cdacb7fa7f23d0628d666237d12fd (patch)
treee1f21fa64547a093ffba79238c503ada85710162 /Python/thread_lwp.h
parent2c8cb9f3d240fd2acd098590d2e18445bd8a40bb (diff)
downloadcpython-b98b1b3deb9cdacb7fa7f23d0628d666237d12fd.zip
cpython-b98b1b3deb9cdacb7fa7f23d0628d666237d12fd.tar.gz
cpython-b98b1b3deb9cdacb7fa7f23d0628d666237d12fd.tar.bz2
Tim's changes; removed some remaining non-functional ifdefs
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 */