From 8a2827515ad2b019753b84bcc3cb726af4ae428d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 9 May 2017 08:20:17 -0400 Subject: [PATCH] Clean-up: unused variable warning in poll compat MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/common/compat/compat-poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1