From: Guido van Rossum Date: Sun, 5 Apr 1992 14:25:41 +0000 (+0000) Subject: Don't define DO_TIMES (now in posixmodule.c) X-Git-Tag: v0.9.8~389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1644a54adbb4c7b690560df8ca923f1e7a9e848;p=thirdparty%2FPython%2Fcpython.git Don't define DO_TIMES (now in posixmodule.c) --- diff --git a/Modules/timemodule.c b/Modules/timemodule.c index f886691b7ff2..e7bf1514b690 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved @@ -62,14 +62,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #endif /* !unix */ -#ifdef sgi -#define DO_TIMES -#endif - -#ifdef sun -#define DO_TIMES -#endif - #ifdef DO_TIMES #include #include