Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP clien...
[fw/openocd] / src / jtag / minidummy / minidummy.c
index 3c084357b5ce330ccc9f2df3f0aa3ec245580812..2cab0f576e6a5b0145f3f2e345b492e90255d314 100644 (file)
@@ -59,12 +59,6 @@ int interface_jtag_execute_queue(void)
 
 extern int jtag_check_value(uint8_t *captured, void *priv);
 
-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)
 {
        /* synchronously do the operation here */