From: Vakul Garg Date: Sun, 24 Jun 2018 20:07:50 +0000 (+0530) Subject: tls: Removed unused variable X-Git-Tag: v4.19-rc1~140^2~555 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0ef8b4567d08a557b5226a4926ffd689ef0298ad;p=users%2Fwilly%2Flinux.git tls: Removed unused variable Removed unused variable 'rxm' from tls_queue(). Signed-off-by: Vakul Garg Signed-off-by: David S. Miller --- diff --git a/net/tls/tls_sw.c b/net/tls/tls_sw.c index f127fac88acf..727433b37bb5 100644 --- a/net/tls/tls_sw.c +++ b/net/tls/tls_sw.c @@ -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;