X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fcompat-poll.c;h=b45b39dc6bdbd45daf69944316b1d663f1744867;hb=18710679a8ac57fda5dbd26cf16bb180dce9e286;hp=2b459e42f9fed14d565d371963e233c50c59e168;hpb=f057dfc322670467e14c661d625cec0747ce8a31;p=lttng-tools.git diff --git a/src/common/compat/compat-poll.c b/src/common/compat/compat-poll.c index 2b459e42f..b45b39dc6 100644 --- a/src/common/compat/compat-poll.c +++ b/src/common/compat/compat-poll.c @@ -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;