Clean code base from redundant verification
[lttng-tools.git] / src / bin / lttng-sessiond / health.c
index 9474a8560a7b540fd3bb22284300cee6f64c28be..9ff6bd1ae1013d9b86e5e178f920ff7286e63114 100644 (file)
@@ -165,11 +165,6 @@ restart:
                        revents = LTTNG_POLL_GETEV(&events, i);
                        pollfd = LTTNG_POLL_GETFD(&events, i);
 
-                       if (!revents) {
-                               /* No activity for this FD (poll implementation). */
-                               continue;
-                       }
-
                        /* Event on the registration socket */
                        if (pollfd == sock) {
                                if (revents & LPOLLIN) {
This page took 0.022997 seconds and 4 git commands to generate.