Clean code base from redundant verification
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.c
index 9b4eefcd55f93e7ad6e9e5e018a398b76fc75f5a..4a2dc65a6430bed4d1404a8b69ce4a76df937148 100644 (file)
@@ -343,11 +343,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. */
                        ret = check_health_quit_pipe(pollfd, revents);
                        if (ret) {
This page took 0.023712 seconds and 4 git commands to generate.