wccp: fix unused variable ‘length_remaining’ [-Werror=unused-variable]

This commit is contained in:
Alexis La Goutte 2021-02-10 10:05:57 +00:00 committed by Wireshark GitLab Utility
parent 7d8d209c9f
commit aa0081327c
1 changed files with 0 additions and 1 deletions

View File

@ -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;