Clean code base from redundant verification
[lttng-tools.git] / src / bin / lttng-sessiond / manage-kernel.c
index 34887d7b1d12db660122b9cb3eedef1756b5073f..f656c9f5cc6fcdc1e4b16219d22a7c76c9a70592 100644 (file)
@@ -267,11 +267,6 @@ static void *thread_kernel_management(void *data)
 
                        health_code_update();
 
-                       if (!revents) {
-                               /* No activity for this FD (poll implementation). */
-                               continue;
-                       }
-
                        if (pollfd == quit_pipe_read_fd) {
                                err = 0;
                                goto exit;
This page took 0.022929 seconds and 4 git commands to generate.