aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl-ha.c
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2014-06-28 18:33:57 +0100
committerGraham Bloice <graham.bloice@trihedral.com>2014-06-28 17:41:10 +0000
commit5b9ceae3e524f962c3cb5da1f3c1bf92a69208fe (patch)
treee045f78bcc1812c762fb81274354776142199e45 /epan/dissectors/packet-zbee-zcl-ha.c
parent7bf6862ecf0d0a508bf097f3b52d07bd19128272 (diff)
Remove unused variables post commit 7bf6862ecf0d0a508bf097f3b52d07bd19128272
Change-Id: Id583ab1742241deb9325dcb1dbba8a8cb3df3b90 Reviewed-on: https://code.wireshark.org/review/2691 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'epan/dissectors/packet-zbee-zcl-ha.c')
-rw-r--r--epan/dissectors/packet-zbee-zcl-ha.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-zbee-zcl-ha.c b/epan/dissectors/packet-zbee-zcl-ha.c
index 417649902e..b32d6d088a 100644
--- a/epan/dissectors/packet-zbee-zcl-ha.c
+++ b/epan/dissectors/packet-zbee-zcl-ha.c
@@ -932,7 +932,6 @@ dissect_zcl_appl_evtalt_alerts_struct(tvbuff_t *tvb, proto_tree *tree, guint *of
static void
dissect_zcl_appl_evtalt_get_alerts_rsp(tvbuff_t *tvb, proto_tree *tree, guint *offset)
{
- proto_item *ti = NULL;
proto_tree *sub_tree = NULL;
guint i;
guint8 count;