diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h index 53cf0793ad3d..1a9cb5cd003d 100644 --- a/sys/sys/kernel.h +++ b/sys/sys/kernel.h @@ -64,8 +64,6 @@ extern int stathz; /* statistics clock's frequency */ extern int profhz; /* profiling clock's frequency */ extern int profprocs; /* number of process's profiling */ extern int ticks; -extern int timer1hz; /* timer 1 frequency */ -extern int timer2hz; /* timer 2 frequency */ #endif /* _KERNEL */