diff options
author | Guido van Rossum <guido@python.org> | 1994-05-11 08:42:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-05-11 08:42:04 (GMT) |
commit | b98b1b3deb9cdacb7fa7f23d0628d666237d12fd (patch) | |
tree | e1f21fa64547a093ffba79238c503ada85710162 /Python/thread_cthread.h | |
parent | 2c8cb9f3d240fd2acd098590d2e18445bd8a40bb (diff) | |
download | cpython-b98b1b3deb9cdacb7fa7f23d0628d666237d12fd.zip cpython-b98b1b3deb9cdacb7fa7f23d0628d666237d12fd.tar.gz cpython-b98b1b3deb9cdacb7fa7f23d0628d666237d12fd.tar.bz2 |
Tim's changes; removed some remaining non-functional ifdefs
Diffstat (limited to 'Python/thread_cthread.h')
-rw-r--r-- | Python/thread_cthread.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/thread_cthread.h b/Python/thread_cthread.h index 7710bdf..c56bf0d 100644 --- a/Python/thread_cthread.h +++ b/Python/thread_cthread.h @@ -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 */ |