Clean-up: unused variable warning in poll compat
[lttng-tools.git] / src / common / compat / compat-poll.c
index 2b459e42f9fed14d565d371963e233c50c59e168..b45b39dc6bdbd45daf69944316b1d663f1744867 100644 (file)
@@ -203,7 +203,7 @@ error:
 int compat_poll_mod(struct lttng_poll_event *events, int fd,
                uint32_t req_events)
 {
-       int ret, i;
+       int i;
        bool fd_found = false;
        struct compat_poll_event_array *current;
 
This page took 0.023807 seconds and 5 git commands to generate.