bpo-30279: Remove unused Python/thread_foobar.h (#1473)

Python/thread_foobar.h is the template code that is threading adaptation
for new platforms, also hasn't been used on actual platforms.
Python/thread_*.h give concrete examples of adaptation instead of the
template code.
This commit is contained in:
Masayuki Yamamoto 2017-05-05 17:04:13 +09:00 committed by Victor Stinner
parent ef9c0e732f
commit fdaeea620f
2 changed files with 0 additions and 138 deletions

View file

@ -92,12 +92,6 @@ static size_t _pythread_stacksize = 0;
#endif
/*
#ifdef FOOBAR_THREADS
#include "thread_foobar.h"
#endif
*/
/* return the current thread stack size */
size_t
PyThread_get_stacksize(void)