forked from Minki/linux
tls: Removed unused variable
Removed unused variable 'rxm' from tls_queue(). Signed-off-by: Vakul Garg <vakul.garg@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fe0b082fed
commit
0ef8b4567d
@ -990,9 +990,6 @@ static void tls_queue(struct strparser *strp, struct sk_buff *skb)
|
||||
{
|
||||
struct tls_context *tls_ctx = tls_get_ctx(strp->sk);
|
||||
struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx);
|
||||
struct strp_msg *rxm;
|
||||
|
||||
rxm = strp_msg(skb);
|
||||
|
||||
ctx->decrypted = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user