From 2f3dd0a582f21370ed852cec76a0f97ed33416a5 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 29 Jun 2011 12:30:30 -0400 Subject: [PATCH] Remove unused local variables from compat_futex_async MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Jean-François Brousseau Signed-off-by: Mathieu Desnoyers --- compat_futex.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/compat_futex.c b/compat_futex.c index 3f1d1ef..e8d1e70 100644 --- a/compat_futex.c +++ b/compat_futex.c @@ -88,8 +88,6 @@ end: int compat_futex_async(int32_t *uaddr, int op, int32_t val, const struct timespec *timeout, int32_t *uaddr2, int32_t val3) { - int ret, i; - /* * Check if NULL. Don't let users expect that they are taken into * account. -- 2.34.1