Clean code base from redundant verification
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index b86b166892ad917fff5ba7f40366d0aa9bd08bc0..6669372dd471210470138dbab6605907fa15019d 100644 (file)
@@ -974,10 +974,6 @@ void *thread_rotation(void *data)
                        int fd = LTTNG_POLL_GETFD(&thread.events, i);
                        uint32_t revents = LTTNG_POLL_GETEV(&thread.events, i);
 
-                       if (!revents) {
-                               /* No activity for this FD (poll implementation). */
-                               continue;
-                       }
                        DBG("[rotation-thread] Handling fd (%i) activity (%u)",
                                        fd, revents);
 
This page took 0.023823 seconds and 5 git commands to generate.