summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Python/thread.c b/Python/thread.c
index 3a52e1e..8fa978a 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -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)