Clean code base from redundant verification
[lttng-tools.git] / src / bin / lttng-sessiond / client.c
index f3002f910a1c278348caacb0cc043408b40d1d11..4565a18c31efe55f70e94293cd03d6962d574af4 100644 (file)
@@ -2090,11 +2090,6 @@ static void *thread_manage_clients(void *data)
 
                        health_code_update();
 
-                       if (!revents) {
-                               /* No activity for this FD (poll implementation). */
-                               continue;
-                       }
-
                        if (pollfd == thread_quit_pipe_fd) {
                                err = 0;
                                goto exit;
This page took 0.023913 seconds and 5 git commands to generate.