diff options
-rw-r--r-- | sys/sys/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/sched.h b/sys/sys/sched.h index 6912390..8d22857 100644 --- a/sys/sys/sched.h +++ b/sys/sys/sched.h @@ -86,7 +86,6 @@ static __inline void sched_pin(void); void sched_unbind(struct thread *td); static __inline void sched_unpin(void); - /* * These procedures tell the process data structure allocation code how * many bytes to actually allocate. |