thread_schedule() now static.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Aug 2004 07:09:30 +0000 (07:09 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Aug 2004 07:09:30 +0000 (07:09 +0000)
src/threads/thread.h

index 9251ad88cb3c47ec1190099a9d2511dc99f93da3..c011f709a27bd3e2b56c2a864fef272b42beaf84 100644 (file)
@@ -45,7 +45,6 @@ void thread_exit (void) NO_RETURN;
 
 void thread_yield (void);
 void thread_sleep (void);
-void thread_schedule (void);
 
 void thread_self_test (void);