]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.c
sched: Kill old ->post_select variant.
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index 5b8c687d7651dbf92ba3631d7b9aea3005ed3608..e643805c340288b45366154fe655d819d80d95a4 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -1175,7 +1175,6 @@ void init_vss_task(int afs_socket, struct sched *s)
        vsst->afs_socket = afs_socket;
        vsst->task.pre_select = vss_pre_select;
        vsst->task.new_post_select = vss_post_select;
-       vsst->task.post_select = NULL;
        ms2tv(announce_time, &vsst->announce_tv);
        PARA_INFO_LOG("announce timeval: %lums\n", tv2ms(&vsst->announce_tv));
        INIT_LIST_HEAD(&fec_client_list);