|
From: oharboe at B. <oh...@ma...> - 2009-06-03 14:12:23
|
Author: oharboe
Date: 2009-06-03 14:12:21 +0200 (Wed, 03 Jun 2009)
New Revision: 2032
Modified:
trunk/src/jtag/bitq.c
Log:
remove unused code path.
Modified: trunk/src/jtag/bitq.c
===================================================================
--- trunk/src/jtag/bitq.c 2009-06-03 07:55:56 UTC (rev 2031)
+++ trunk/src/jtag/bitq.c 2009-06-03 12:12:21 UTC (rev 2032)
@@ -138,9 +138,6 @@
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);
|