]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.h
sched: Remove register_task().
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index fd714b618b681720b4ee187401f57d39fbd001f7..0b7df7e8fd72f9d90f531bcec37ddb4922f72fb7 100644 (file)
--- a/sched.h
+++ b/sched.h
@@ -99,7 +99,6 @@ extern struct timeval *now;
 
 struct task *task_register(struct task_info *info, struct sched *s);
 void *task_context(struct task *t);
-void register_task(struct sched *s, struct task *t);
 int schedule(struct sched *s);
 void sched_shutdown(struct sched *s);
 char *get_task_list(struct sched *s);