]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
sched: Kill old ->post_select variant.
[paraslash.git] / filter.h
index f737645262b70af326aaf31de631532b9ca6ad64..31f3ef15b8f4ea92e42caf8bf30cd992e0cf14be 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -109,8 +109,6 @@ struct filter {
         * post_select function is supposed to set t->error to a (negative)
         * error code.
         */
-       void (*post_select)(struct sched *s, struct task *t);
-       /** New variant, see sched.h. */
        int (*new_post_select)(struct sched *s, struct task *t);
        /**
         * Answer a buffer tree query.