remove unused code.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2046 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
040e6cef41
commit
89e9d86a56
|
@ -427,11 +427,6 @@ static void shiftValueInnerFlip(const tap_state_t state, const tap_state_t endSt
|
|||
|
||||
extern int jtag_check_value(u8 *captured, void *priv);
|
||||
|
||||
static void gotoEndState(void)
|
||||
{
|
||||
setCurrentState(cmd_queue_end_state);
|
||||
}
|
||||
|
||||
static __inline void scanFields(int num_fields, scan_field_t *fields, tap_state_t shiftState, tap_state_t end_state)
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Reference in New Issue