aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/ethercat/packet-ecatmb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/ethercat/packet-ecatmb.c b/plugins/ethercat/packet-ecatmb.c
index 5d63ba2f5b..217b99d29f 100644
--- a/plugins/ethercat/packet-ecatmb.c
+++ b/plugins/ethercat/packet-ecatmb.c
@@ -296,11 +296,6 @@ static const true_false_string tfs_complete =
"Complete", "Legacy"
};
-static const true_false_string tfs_ecat_yes_no =
-{
- "Yes", "No"
-};
-
void init_mbx_header(PETHERCAT_MBOX_HEADER pMbox, tvbuff_t *tvb, gint offset)
{
pMbox->Length = tvb_get_letohs(tvb, offset); offset+=2;