Lazily initialize max poll set size
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index 6ad6566254260a8af071e2c2ce26348fd148486c..007f9513158d20aed0d89941f34e6f598e0606b9 100644 (file)
@@ -2802,12 +2802,6 @@ int main(int argc, char **argv)
        /* Init relay command queue. */
        cds_wfcq_init(&relay_conn_queue.head, &relay_conn_queue.tail);
 
-       /* Set up max poll set size */
-       if (lttng_poll_set_max_size()) {
-               retval = -1;
-               goto exit_init_data;
-       }
-
        /* Initialize communication library */
        lttcomm_init();
        lttcomm_inet_init();
This page took 0.024567 seconds and 5 git commands to generate.