Remove a declaration of sched_clock() redundant after r355779.

This commit is contained in:
Mark Johnston 2019-12-16 01:27:14 +00:00
parent 61f67f32c7
commit 319bd32173
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355792

View File

@ -134,7 +134,6 @@ sched_userret(struct thread *td)
* Threads are moved on and off of run queues
*/
void sched_add(struct thread *td, int flags);
void sched_clock(struct thread *td, int ticks);
struct thread *sched_choose(void);
void sched_clock(struct thread *td, int cnt);
void sched_idletd(void *);