]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
tls: Removed unused variable
authorVakul Garg <vakul.garg@nxp.com>
Sun, 24 Jun 2018 20:07:50 +0000 (01:37 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Jun 2018 14:54:18 +0000 (23:54 +0900)
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>
net/tls/tls_sw.c

index f127fac88acfe0046b0a7dd55bab4d6d486de105..727433b37bb5f12787f0c8ff1fed7bc00fb68190 100644 (file)
@@ -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;