Remove unused jlink_execute_end_state (unreferenced after r1949).
git-svn-id: svn://svn.berlios.de/openocd/trunk@1951 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
9557d8a9b1
commit
77015d5ae3
|
@ -150,14 +150,6 @@ jtag_interface_t jlink_interface =
|
||||||
.quit = jlink_quit
|
.quit = jlink_quit
|
||||||
};
|
};
|
||||||
|
|
||||||
static void jlink_execute_end_state(jtag_command_t *cmd)
|
|
||||||
{
|
|
||||||
DEBUG_JTAG_IO("end_state: %i", cmd->cmd.end_state->end_state);
|
|
||||||
|
|
||||||
if (cmd->cmd.end_state->end_state != TAP_INVALID)
|
|
||||||
jlink_end_state(cmd->cmd.end_state->end_state);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void jlink_execute_runtest(jtag_command_t *cmd)
|
static void jlink_execute_runtest(jtag_command_t *cmd)
|
||||||
{
|
{
|
||||||
DEBUG_JTAG_IO("runtest %i cycles, end in %i",
|
DEBUG_JTAG_IO("runtest %i cycles, end in %i",
|
||||||
|
|
Loading…
Reference in New Issue