aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cipmotion.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-10-13 01:09:17 +0000
committerBill Meier <wmeier@newsguy.com>2011-10-13 01:09:17 +0000
commiteadae8da5f19c7356e8bada9be22d2e3b84b3f07 (patch)
tree35babc3023f78d10efd0fb078d30969c063f5d0f /epan/dissectors/packet-cipmotion.c
parent45b2da0e44a9f18802581a1ccca65dbe757db3a3 (diff)
Fix a "defined but not used" compiler warning.
svn path=/trunk/; revision=39398
Diffstat (limited to 'epan/dissectors/packet-cipmotion.c')
-rw-r--r--epan/dissectors/packet-cipmotion.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cipmotion.c b/epan/dissectors/packet-cipmotion.c
index e627a107aa..0c2255fc86 100644
--- a/epan/dissectors/packet-cipmotion.c
+++ b/epan/dissectors/packet-cipmotion.c
@@ -57,7 +57,6 @@ static int hf_cip_node_data_valid = -1;
static int hf_cip_node_fault_reset = -1;
static int hf_cip_node_device_faulted = -1;
static int hf_cip_time_data_set = -1;
-static int hf_cip_time_data_update = -1;
static int hf_cip_time_data_stamp = -1;
static int hf_cip_time_data_offset = -1;
static int hf_cip_time_data_diag = -1;