summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2010-02-23 23:19:39 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2010-02-23 23:19:39 (GMT)
commitadfc80bd8111de9e5045e9d693dfc8b6821bed75 (patch)
tree48499b4fe14c46259c09e2a0ec964b9e88b18675 /PC
parentf20f9c299ee093fd67c5b3caf0b5013af71c3136 (diff)
downloadcpython-adfc80bd8111de9e5045e9d693dfc8b6821bed75.zip
cpython-adfc80bd8111de9e5045e9d693dfc8b6821bed75.tar.gz
cpython-adfc80bd8111de9e5045e9d693dfc8b6821bed75.tar.bz2
#4852: Remove dead code in every thread implementation, unused for many years.
Diffstat (limited to 'PC')
-rw-r--r--PC/os2emx/python27.def1
-rw-r--r--PC/os2vacpp/python.def1
2 files changed, 0 insertions, 2 deletions
diff --git a/PC/os2emx/python27.def b/PC/os2emx/python27.def
index 7b728a9..d1c38dc 100644
--- a/PC/os2emx/python27.def
+++ b/PC/os2emx/python27.def
@@ -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"
diff --git a/PC/os2vacpp/python.def b/PC/os2vacpp/python.def
index ba0dfd6..e8064f3 100644
--- a/PC/os2vacpp/python.def
+++ b/PC/os2vacpp/python.def
@@ -368,7 +368,6 @@ EXPORTS
PyThreadState_GetDict
PyThreadState_New
PyThreadState_Swap
- PyThread__exit_thread
PyThread_acquire_lock
PyThread_allocate_lock
PyThread_allocate_sema