]> git.sur5r.net Git - openocd/commitdiff
Remove vestigal tap_transition type from public jtag API.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 3 Jun 2009 01:29:01 +0000 (01:29 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 3 Jun 2009 01:29:01 +0000 (01:29 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2017 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/jtag/jtag.h

index 0c2f1335211fdbf2aac8ace2786dbd91b1e1eff8..6882df9ac2ac0c30d9a826dc903a86dc25192549 100644 (file)
@@ -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 */