From aa0081327c0bd7b56a270bbf93fb38fc32c041bd Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 10 Feb 2021 10:05:57 +0000 Subject: [PATCH] =?UTF-8?q?wccp:=20fix=20unused=20variable=20=E2=80=98leng?= =?UTF-8?q?th=5Fremaining=E2=80=99=20[-Werror=3Dunused-variable]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epan/dissectors/packet-wccp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/epan/dissectors/packet-wccp.c b/epan/dissectors/packet-wccp.c index c1b2052b4a..ab70ef9ea2 100644 --- a/epan/dissectors/packet-wccp.c +++ b/epan/dissectors/packet-wccp.c @@ -2377,7 +2377,6 @@ dissect_wccp2_info(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *wccp_tree, guint32 message_type) { - int length_remaining; guint16 type; guint16 item_length; proto_item *tf;