Skip to content

Commit f1644a5

Browse files
committed
Don't define DO_TIMES (now in posixmodule.c)
1 parent 22db57e commit f1644a5

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Modules/timemodule.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***********************************************************
2-
Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The
2+
Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The
33
Netherlands.
44
55
All Rights Reserved
@@ -62,14 +62,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6262
#include <time.h>
6363
#endif /* !unix */
6464

65-
#ifdef sgi
66-
#define DO_TIMES
67-
#endif
68-
69-
#ifdef sun
70-
#define DO_TIMES
71-
#endif
72-
7365
#ifdef DO_TIMES
7466
#include <sys/times.h>
7567
#include <sys/param.h>

0 commit comments

Comments
 (0)