summaryrefslogtreecommitdiff
path: root/src/jtag/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/interface.h')
-rw-r--r--src/jtag/interface.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/jtag/interface.h b/src/jtag/interface.h
index 1435fe8c..79e3a3e9 100644
--- a/src/jtag/interface.h
+++ b/src/jtag/interface.h
@@ -160,12 +160,6 @@ bool tap_is_state_stable(tap_state_t astate);
*/
tap_state_t tap_state_transition(tap_state_t current_state, bool tms);
-/**
- * Function tap_state_name
- * Returns a string suitable for display representing the JTAG tap_state
- */
-const char* tap_state_name(tap_state_t state);
-
/// Provides user-friendly name lookup of TAP states.
tap_state_t tap_state_by_name(const char *name);