#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

@ -203,16 +203,6 @@ PyThread_exit_thread(void)
#endif
}
#ifndef NO_EXIT_PROG
void
PyThread_exit_prog(int status)
{
dprintf(("PyThread_exit_prog(%d) called\n", status));
if (!initialized)
exit(status);
}
#endif /* NO_EXIT_PROG */
/*
* Lock support. It has too be implemented as semaphores.
* I [Dag] tried to implement it with mutex but I could find a way to