]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
sched: Kill old ->post_select variant.
[paraslash.git] / client_common.c
index 3e20eafd74338a4196ef994753ee97eef95979bc..8958cace8bf187ec2c09c2e8f98e8d27eaff06b3 100644 (file)
@@ -602,7 +602,6 @@ int client_connect(struct client_task *ct, struct sched *s,
                EMBRACE(.name = "client", .parent = parent, .child = child));
        ct->task.pre_select = client_pre_select;
        ct->task.new_post_select = client_post_select;
-       ct->task.post_select = NULL;
        ct->task.error = 0;
        sprintf(ct->task.status, "client");
        register_task(s, &ct->task);