From 34b95e500b94b61f70d3c14fbd292dad837d44b5 Mon Sep 17 00:00:00 2001 From: julian Date: Sat, 11 Sep 2004 00:33:51 +0000 Subject: Whitespace fix MFC after: 2 days --- sys/sys/sched.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/sched.h b/sys/sys/sched.h index 260e589..2cb4bc5 100644 --- a/sys/sys/sched.h +++ b/sys/sys/sched.h @@ -84,7 +84,6 @@ void sched_rem(struct thread *td); void sched_bind(struct thread *td, int cpu); void sched_unbind(struct thread *td); - /* these only work for curthread */ void sched_pin(void); void sched_unpin(void); -- cgit v1.1