Clean code base from redundant verification
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread.c
index 7998f7e21fbcf73818472312889a6794abe095d3..8c2892bda85e9905f642f26d61c5c6eaf26dfeb7 100644 (file)
@@ -570,9 +570,6 @@ void *thread_notification(void *data)
                        int fd = LTTNG_POLL_GETFD(&state.events, i);
                        uint32_t revents = LTTNG_POLL_GETEV(&state.events, i);
 
-                       if (!revents) {
-                               continue;
-                       }
                        DBG("[notification-thread] Handling fd (%i) activity (%u)", fd, revents);
 
                        if (fd == state.notification_channel_socket) {
This page took 0.024194 seconds and 5 git commands to generate.