aboutsummaryrefslogtreecommitdiffstats
path: root/epan
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
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')
-rw-r--r--epan/dissectors/packet-zbee-zcl-general.c4
-rw-r--r--epan/dissectors/packet-zbee-zcl-ha.c1
2 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-zbee-zcl-general.c b/epan/dissectors/packet-zbee-zcl-general.c
index 1385891ceb..0f0002c13c 100644
--- a/epan/dissectors/packet-zbee-zcl-general.c
+++ b/epan/dissectors/packet-zbee-zcl-general.c
@@ -3404,7 +3404,6 @@ dissect_zcl_sched_energy_phase(tvbuff_t *tvb, proto_tree *tree, guint *offset)
static void
dissect_zcl_pwr_prof_enphsschednotif(tvbuff_t *tvb, proto_tree *tree, guint *offset)
{
- proto_item *ti = NULL;
proto_tree *sub_tree = NULL;
guint i;
@@ -3485,7 +3484,6 @@ dissect_zcl_energy_phase(tvbuff_t *tvb, proto_tree *tree, guint *offset)
static void
dissect_zcl_pwr_prof_pwrprofnotif(tvbuff_t *tvb, proto_tree *tree, guint *offset)
{
- proto_item *ti = NULL;
proto_tree *sub_tree = NULL;
guint i;
@@ -3572,7 +3570,6 @@ dissect_zcl_power_profile(tvbuff_t *tvb, proto_tree *tree, guint *offset)
static void
dissect_zcl_pwr_prof_pwrprofstatersp(tvbuff_t *tvb, proto_tree *tree, guint *offset)
{
- proto_item *ti = NULL;
proto_tree *sub_tree = NULL;
guint i;
@@ -4517,7 +4514,6 @@ dissect_zcl_appl_ctrl_attr_func(tvbuff_t *tvb, proto_tree *tree, guint *offset)
static void
dissect_zcl_appl_ctrl_wr_funcs(tvbuff_t *tvb, proto_tree *tree, guint *offset)
{
- proto_item *ti = NULL;
proto_tree *sub_tree = NULL;
guint tvb_len;
guint i = 0;
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;