From a11879e218aa3fd10bdaccd0eb344f5a47634d90 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 24 Jun 2014 19:38:02 -0700 Subject: Get rid of an unused variable. Change-Id: I8e436b7e4724c85943200087783d3cf7dd7c1535 Reviewed-on: https://code.wireshark.org/review/2639 Reviewed-by: Guy Harris --- epan/dissectors/packet-cdp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/dissectors/packet-cdp.c') diff --git a/epan/dissectors/packet-cdp.c b/epan/dissectors/packet-cdp.c index 3fb19913d6..87e5d6563e 100644 --- a/epan/dissectors/packet-cdp.c +++ b/epan/dissectors/packet-cdp.c @@ -1232,7 +1232,6 @@ dissect_nrgyz_tlv(tvbuff_t *tvb, int offset, guint16 length, guint16 num, proto_tree *tree) { guint32 tlvt, tlvl, ip_addr; - proto_item *it = NULL; proto_tree *etree = NULL; char const *ttext = NULL; -- cgit v1.2.3