Re: [PATCH] netfilter: nft_set_pipapo_avx2: remove redundant pointer lt
From: Pablo Neira Ayuso
Date: Fri Dec 24 2021 - 11:09:04 EST
On Tue, Dec 21, 2021 at 07:37:57PM +0000, Colin Ian King wrote:
> The pointer lt is being assigned a value and then later
> updated but that value is never read. The pointer is
> redundant and can be removed.
Applied to nf-next, thanks