Author: markj
Date: Mon Dec 16 01:27:14 2019
New Revision: 355792
URL: https://svnweb.freebsd.org/changeset/base/355792

Log:
  Remove a declaration of sched_clock() redundant after r355779.

Modified:
  head/sys/sys/sched.h

Modified: head/sys/sys/sched.h
==============================================================================
--- head/sys/sys/sched.h        Mon Dec 16 00:07:51 2019        (r355791)
+++ head/sys/sys/sched.h        Mon Dec 16 01:27:14 2019        (r355792)
@@ -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 *);
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to