From 8ab04b4d65586829887822a78d038a33ee7a69fd Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 11 Apr 2002 20:46:23 +0000 Subject: Got rid of ifdefs for long-obsolete GUSI versions. --- Mac/Python/macgetcompiler.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Mac/Python') diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index eb9c3c45fb..46c0bf3b57 100644 --- a/Mac/Python/macgetcompiler.c +++ b/Mac/Python/macgetcompiler.c @@ -35,15 +35,11 @@ PERFORMANCE OF THIS SOFTWARE. #include "Python.h" #ifdef __MWERKS__ -#ifdef USE_GUSI1 -#define HASGUSI " GUSI1" -#else #ifdef USE_GUSI2 #define HASGUSI " GUSI2" #else #define HASGUSI "" #endif -#endif #ifdef WITH_THREAD #define HASTHREAD " THREADS" -- cgit v1.2.1