summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jtag/bitq.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jtag/bitq.c b/src/jtag/bitq.c
index c319ed81..9e0f4947 100644
--- a/src/jtag/bitq.c
+++ b/src/jtag/bitq.c
@@ -138,9 +138,6 @@ void bitq_io(int tms, int tdi, int tdo_req)
void bitq_end_state(tap_state_t state)
{
- if (state==TAP_INVALID)
- return;
-
if (!tap_is_state_stable(state))
{
LOG_ERROR("BUG: %i is not a valid end state", state);