Re: [PATCH] rxrpc: remove redundant static int 'zero'

From: David Miller
Date: Sat Aug 11 2018 - 16:55:48 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Thu, 9 Aug 2018 12:00:49 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The static int 'zero' is defined but is never used hence it is
> redundant and can be removed. The use of this variable was removed
> with commit a158bdd3247b ("rxrpc: Fix call timeouts").
>
> Cleans up clang warning:
> warning: 'zero' defined but not used [-Wunused-const-variable=]
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied, thank you.