]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Don't define DO_TIMES (now in posixmodule.c)
authorGuido van Rossum <guido@python.org>
Sun, 5 Apr 1992 14:25:41 +0000 (14:25 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 5 Apr 1992 14:25:41 +0000 (14:25 +0000)
Modules/timemodule.c

index f886691b7ff2214e4d2171ee0cf00114f5d25dc5..e7bf1514b6900f896d58fa045c0baad136ddd962 100644 (file)
@@ -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 <time.h>
 #endif /* !unix */
 
-#ifdef sgi
-#define DO_TIMES
-#endif
-
-#ifdef sun
-#define DO_TIMES
-#endif
-
 #ifdef DO_TIMES
 #include <sys/times.h>
 #include <sys/param.h>