]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client.c
sched: Kill old ->post_select variant.
[paraslash.git] / client.c
index 89171a23b7f0b22b1940e3e54e74d000d36f7245..da075e09e2004c1b739ee87e68d2a932fa009315 100644 (file)
--- a/client.c
+++ b/client.c
@@ -96,7 +96,6 @@ static int execute_client_command(const char *cmd, char **result)
                .task = {
                        .pre_select = exec_pre_select,
                        .new_post_select = exec_post_select,
-                       .post_select = NULL,
                        .status = "client exec task",
                },
                .result_buf = para_strdup(""),
@@ -550,7 +549,6 @@ static int supervisor_post_select(struct sched *s, __a_unused struct task *t)
 
 static struct task svt = {
        .new_post_select = supervisor_post_select,
-       .post_select = NULL,
        .status = "supervisor task"
 };