Clean code base from redundant verification
[lttng-tools.git] / src / bin / lttng-consumerd / health-consumerd.c
index 15b71a1abc7cc68214972e56a0eb923e31098d78..dc8b32aa880d74b8685c16422917e430c1af2f70 100644 (file)
@@ -266,11 +266,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.024602 seconds and 5 git commands to generate.