diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-16 13:22:15 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-16 13:22:15 +0000 |
| commit | 3abd4ccf87f74f8034d787a2ce6affb57c7091f3 (patch) | |
| tree | 3dc7fa860e937e7c589fc78e9d17f2580e9cb085 /sys/kern/kern_clock.c | |
| parent | 6bbe71f3b87a11716874c70d5a3bcbd391cc38cf (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_clock.c')
| -rw-r--r-- | sys/kern/kern_clock.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 25e558a0a928..793a8ed620e8 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -83,11 +83,6 @@ long cp_time[CPUSTATES]; SYSCTL_OPAQUE(_kern, OID_AUTO, cp_time, CTLFLAG_RD, &cp_time, sizeof(cp_time), "LU", "CPU time statistics"); -long tk_cancc; -long tk_nin; -long tk_nout; -long tk_rawcc; - /* * Clock handling routines. * |
