From fc9464af406546a01aee9d9910b47117b0853ed1 Mon Sep 17 00:00:00 2001 From: perry Date: Sun, 23 Jun 2002 16:54:00 +0000 Subject: [PATCH] remove definition of CLOCKS_PER_SEC protected by #ifdef KERNEL. It is used nowhere, and KERNEL is defined nowhere (vs. _KERNEL). --- sys/arch/x68k/include/limits.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/arch/x68k/include/limits.h b/sys/arch/x68k/include/limits.h index fa54720045c9..a67a0123dc9a 100644 --- a/sys/arch/x68k/include/limits.h +++ b/sys/arch/x68k/include/limits.h @@ -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 -#ifdef KERNEL -#define CLOCKS_PER_SEC 100 -#endif - #endif /* _MACHINE_LIMITS_H_ */