summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas PORTASSAU <thomas.portassau@hotmail.fr>2017-01-27 09:31:57 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2017-01-27 09:50:48 +0000
commit784bd04e417395c3b54e51b5179c352a26c959cb (patch)
tree26a616c63cffd783d9727afb51f8cd436fd13138
parent6d4e340de32e062b00be505188edf15d13111632 (diff)
downloadwireshark-784bd04e417395c3b54e51b5179c352a26c959cb.tar.gz
Delete unsed variable in ccid
Change-Id: I4c9eff4248f25c15ef4d525e0a4360bf3bdb480c Reviewed-on: https://code.wireshark.org/review/19813 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-rw-r--r--epan/dissectors/packet-usb-ccid.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/epan/dissectors/packet-usb-ccid.c b/epan/dissectors/packet-usb-ccid.c
index 6f8b6fc997..dcd85a70d0 100644
--- a/epan/dissectors/packet-usb-ccid.c
+++ b/epan/dissectors/packet-usb-ccid.c
@@ -303,17 +303,6 @@ static const value_string ccid_proto_structs_vals[] = {
{0x00, NULL}
};
-static const value_string ccid_clock_stop_support_vals[] = {
- /* Standardised clock states */
- { 0x00, "Stopping the Clock is not allowed" },
- { 0x01, "Stop with Clock signal L" },
- { 0x02, "Stop with Clock signal H" },
- { 0x03, "Stop with Clock either High or Low" },
-
- /* End of clock states */
- { 0x00, NULL }
-};
-
static const value_string ccid_status_icc_status_vals[] = {
/* Standardised icc status */
{ 0x00, "An ICC is present and active" },