remove definition of CLOCKS_PER_SEC protected by #ifdef KERNEL. It is

used nowhere, and KERNEL is defined nowhere (vs. _KERNEL).
This commit is contained in:
perry 2002-06-23 16:54:00 +00:00
parent 292c386a5e
commit fc9464af40
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: limits.h,v 1.2 1998/01/09 22:24:08 perry Exp $ */
/* $NetBSD: limits.h,v 1.3 2002/06/23 16:54:00 perry Exp $ */
#ifndef _MACHINE_LIMITS_H_
#define _MACHINE_LIMITS_H_
@ -6,8 +6,4 @@
/* Just use the common m68k definition */
#include <m68k/limits.h>
#ifdef KERNEL
#define CLOCKS_PER_SEC 100
#endif
#endif /* _MACHINE_LIMITS_H_ */