remove unused code path.
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 3 Jun 2009 12:12:21 +0000 (12:12 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 3 Jun 2009 12:12:21 +0000 (12:12 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2032 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/jtag/bitq.c

index c319ed8148d77f9829fe51186639385c99c85e90..9e0f4947fb266118759f8155de55a0434350c9c8 100644 (file)
@@ -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);