Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP client/server scheme.

This commit is contained in:
Øyvind Harboe
2009-10-20 15:54:53 +02:00
parent 79e257a209
commit a1609e5ad1
4 changed files with 7 additions and 13 deletions

View File

@@ -532,12 +532,6 @@ static __inline void scanFields(int num_fields, const scan_field_t *fields, tap_
}
}
int interface_jtag_set_end_state(tap_state_t state)
{
return ERROR_OK;
}
int interface_jtag_add_ir_scan(int num_fields, const scan_field_t *fields, tap_state_t state)
{