From: Mathieu Desnoyers Date: Wed, 29 Jun 2011 16:30:30 +0000 (-0400) Subject: Remove unused local variables from compat_futex_async X-Git-Tag: v0.6.4~20 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=2f3dd0a582f21370ed852cec76a0f97ed33416a5 Remove unused local variables from compat_futex_async Reported-by: Jean-François Brousseau Signed-off-by: Mathieu Desnoyers --- 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.