From: Guy Harris Date: Wed, 3 Feb 2016 21:47:15 +0000 (-0800) Subject: Get rid of an unused variable. X-Git-Url: http://git.samba.org/?p=metze%2Fwireshark%2Fwip.git;a=commitdiff_plain;h=2079e5da30f4111ec9c0f7e6068d7fd25b7cefe3 Get rid of an unused variable. Change-Id: I2f99327feafe95524c24718b320a8490779ad6c5 Reviewed-on: https://code.wireshark.org/review/13698 Reviewed-by: Guy Harris --- 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;