From 7befb9966e1435475a9d2e9d3cc3670564ce77aa Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 10 Feb 2004 16:50:21 +0000 Subject: remove support for missing ANSI C header files (limits.h, stddef.h, etc). --- Python/thread.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Python/thread.c') diff --git a/Python/thread.c b/Python/thread.c index 016ccbab662..8bc958f9cd9 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -11,13 +11,7 @@ #include #endif -#ifdef HAVE_STDLIB_H #include -#else -#ifdef Py_DEBUG -extern char *getenv(const char *); -#endif -#endif #ifdef __sgi #ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.in */ -- cgit v1.2.3