Lazily initialize max poll set size
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.c
index 00660fcd6a7d401aa3096236026eabd1900d5f64..1cc1eb9ae567c5a957bbf4d0704a2805337050f8 100644 (file)
@@ -362,12 +362,6 @@ int main(int argc, char **argv)
                goto exit_health_consumerd_cleanup;
        }
 
-       /* Set up max poll set size */
-       if (lttng_poll_set_max_size()) {
-               retval = -1;
-               goto exit_init_data;
-       }
-
        if (*command_sock_path == '\0') {
                switch (opt_type) {
                case LTTNG_CONSUMER_KERNEL:
This page took 0.022499 seconds and 4 git commands to generate.