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>
This commit is contained in:
Guy Harris 2014-06-24 19:38:02 -07:00
parent 5aa6cf9dd5
commit a11879e218
1 changed files with 0 additions and 1 deletions

View File

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