X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=da20e3039c3572144486d8c2aefd54815ae314e2;hp=907e5fb7462ca744e9049dd39d5ed6afa5a8a5d6;hb=74c88020bd325865fe26ed25ea8ad0ace0924136;hpb=c77e19b4568a32923c0fe43503a4266363056a41 diff --git a/sched.h b/sched.h index 907e5fb7..da20e303 100644 --- a/sched.h +++ b/sched.h @@ -54,12 +54,6 @@ struct task { * scheduler and to decrease the select timeout if necessary. */ void (*pre_select)(struct sched *s, struct task *t); - /** - * The postselect hook of \a t. - * - * Evaluate and act upon the results of the previous select call. - */ - void (*post_select)(struct sched *s, struct task *t); /** * The newer variant of the post select hook of \a t. *