From: zwelch Date: Wed, 3 Jun 2009 01:29:01 +0000 (+0000) Subject: Remove vestigal tap_transition type from public jtag API. X-Git-Tag: v0.2.0~493 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0d5da4bccbd3a16c447b4c2416fc7b66faa36942;p=openocd Remove vestigal tap_transition type from public jtag API. git-svn-id: svn://svn.berlios.de/openocd/trunk@2017 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 0c2f1335..6882df9a 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -102,15 +102,6 @@ typedef enum tap_state */ const char* tap_state_name(tap_state_t state); -typedef struct tap_transition_s -{ - tap_state_t high; - tap_state_t low; -} tap_transition_t; - -//extern tap_transition_t tap_transitions[16]; /* describe the TAP state diagram */ - - extern tap_state_t cmd_queue_end_state; /* finish DR scans in dr_end_state */ extern tap_state_t cmd_queue_cur_state; /* current TAP state */