aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-24 19:38:02 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-25 02:38:24 +0000
commita11879e218aa3fd10bdaccd0eb344f5a47634d90 (patch)
tree8b30229932003f7c5d46cedaa1aabb0b05b9543b /epan
parent5aa6cf9dd5f095fc2577c95f0c340f66e6ef1f6c (diff)
Get rid of an unused variable.
Change-Id: I8e436b7e4724c85943200087783d3cf7dd7c1535 Reviewed-on: https://code.wireshark.org/review/2639 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-cdp.c1
1 files changed, 0 insertions, 1 deletions
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;