#4852: Remove dead code in every thread implementation, unused for many years.

This commit is contained in:
Amaury Forgeot d'Arc 2010-02-23 23:19:39 +00:00
parent f20f9c299e
commit adfc80bd81
16 changed files with 29 additions and 576 deletions

View file

@ -1160,7 +1160,6 @@ EXPORTS
"PyThread_delete_key"
"PyThread_set_key_value"
"PyThread_get_key_value"
"PyThread__exit_thread"
; From python27_s.lib(gcmodule)
; "initgc"

View file

@ -368,7 +368,6 @@ EXPORTS
PyThreadState_GetDict
PyThreadState_New
PyThreadState_Swap
PyThread__exit_thread
PyThread_acquire_lock
PyThread_allocate_lock
PyThread_allocate_sema