Re: [PATCH] net/tipc: remove redundant variables 'tn' and 'oport'

From: David Miller
Date: Wed Aug 01 2018 - 13:47:13 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Tue, 31 Jul 2018 17:01:37 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Variables 'tn' and 'oport' are being assigned but are never used hence
> they are redundant and can be removed.
>
> Cleans up clang warnings:
> warning: variable 'oport' set but not used [-Wunused-but-set-variable]
> warning: variable 'tn' set but not used [-Wunused-but-set-variable]
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.