Remove unexisted since r212541 timer1hz/timer2hz variables.

This commit is contained in:
mav 2010-11-10 16:42:36 +00:00
parent 802c192516
commit 34baf196f0

View File

@ -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 */