Don't define DO_TIMES (now in posixmodule.c)

This commit is contained in:
Guido van Rossum 1992-04-05 14:25:41 +00:00
parent 22db57e4a2
commit f1644a54ad
1 changed files with 1 additions and 9 deletions

View 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>