Clean code base from redundant verification
[lttng-tools.git] / src / bin / lttng-sessiond / agent-thread.c
index f7be1ef71f0bf809fad7ba50ee72faf82ed5de85..575f6aee934a504ddb6248d4e87610d622d0959c 100644 (file)
@@ -404,11 +404,6 @@ restart:
                        revents = LTTNG_POLL_GETEV(&events, i);
                        pollfd = LTTNG_POLL_GETFD(&events, i);
 
-                       if (!revents) {
-                               /* No activity for this FD (poll implementation). */
-                               continue;
-                       }
-
                        /* Thread quit pipe has been closed. Killing thread. */
                        if (pollfd == quit_pipe_read_fd) {
                                goto exit;
This page took 0.023459 seconds and 4 git commands to generate.