mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
- removed target_process_events as only used in handle_resume_command and events will be called anyway by poll
git-svn-id: svn://svn.berlios.de/openocd/trunk@772 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1755,13 +1755,6 @@ int handle_wait_halt_command(struct command_context_s *cmd_ctx, char *cmd, char
|
||||
return wait_state(cmd_ctx, cmd, TARGET_HALTED, ms);
|
||||
}
|
||||
|
||||
static void target_process_events(struct command_context_s *cmd_ctx)
|
||||
{
|
||||
target_t *target = get_current_target(cmd_ctx);
|
||||
target_poll(target);
|
||||
target_call_timer_callbacks_now();
|
||||
}
|
||||
|
||||
static int wait_state(struct command_context_s *cmd_ctx, char *cmd, enum target_state state, int ms)
|
||||
{
|
||||
int retval;
|
||||
@@ -1889,8 +1882,6 @@ int handle_resume_command(struct command_context_s *cmd_ctx, char *cmd, char **a
|
||||
{
|
||||
return ERROR_COMMAND_SYNTAX_ERROR;
|
||||
}
|
||||
|
||||
target_process_events(cmd_ctx);
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user