]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.h
sched: Kill old ->post_select variant.
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index 907e5fb7462ca744e9049dd39d5ed6afa5a8a5d6..da20e3039c3572144486d8c2aefd54815ae314e2 100644 (file)
--- 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.
         *