diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-18 21:12:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-18 21:12:49 +0000 |
commit | 1ee2a3987905eaa068967556cc3ae8de6feff2e8 (patch) | |
tree | 680182adadfa7841b1640f4a3ed6372945107eb6 /sys | |
parent | 9d3b97d65ee9575e4f9aa2ad538ba12f5ab442b0 (diff) |
Remove unused DK_NDRIVE define. ok krw@ deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/dkstat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/dkstat.h b/sys/sys/dkstat.h index a2f6fb56580..c1f9b7028db 100644 --- a/sys/sys/dkstat.h +++ b/sys/sys/dkstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dkstat.h,v 1.7 2003/06/02 23:28:21 millert Exp $ */ +/* $OpenBSD: dkstat.h,v 1.8 2010/11/18 21:12:48 miod Exp $ */ /* $NetBSD: dkstat.h,v 1.8 1995/12/28 19:16:31 thorpej Exp $ */ /*- @@ -44,7 +44,6 @@ #define CP_IDLE 4 #define CPUSTATES 5 -#define DK_NDRIVE 8 #ifdef _KERNEL extern long cp_time[CPUSTATES]; |