summaryrefslogtreecommitdiff
path: root/src/jtag/bitbang.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/bitbang.c')
-rw-r--r--src/jtag/bitbang.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/jtag/bitbang.c b/src/jtag/bitbang.c
index a4c2c439..ce4fa19f 100644
--- a/src/jtag/bitbang.c
+++ b/src/jtag/bitbang.c
@@ -253,13 +253,6 @@ int bitbang_execute_queue(void)
{
switch (cmd->type)
{
- case JTAG_END_STATE:
-#ifdef _DEBUG_JTAG_IO_
- LOG_DEBUG("end_state: %s", tap_state_name(cmd->cmd.end_state->end_state) );
-#endif
- if (cmd->cmd.end_state->end_state != TAP_INVALID)
- bitbang_end_state(cmd->cmd.end_state->end_state);
- break;
case JTAG_RESET:
#ifdef _DEBUG_JTAG_IO_
LOG_DEBUG("reset trst: %i srst %i", cmd->cmd.reset->trst, cmd->cmd.reset->srst);