From bb3793c9a4ccd232c4ee3ce0a36bf200589ca0bb Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 14 May 2012 13:15:25 +0100 Subject: target: remove legacy target events These events have been deprecated for a number of years, update any remaining scripts to the new events. Change-Id: Ic31ff388545ac8b3a500045699ca92c541b13f12 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/634 Reviewed-by: Freddie Chopin Tested-by: jenkins Reviewed-by: Bill Traynor --- src/target/target.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/target/target.h') diff --git a/src/target/target.h b/src/target/target.h index b3025dcb..9bf32b62 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -195,12 +195,6 @@ static inline const char *target_name(struct target *target) const char *debug_reason_name(struct target *t); enum target_event { - /* LD historical names - * - Prior to the great TCL change - * - June/July/Aug 2008 - * - Duane Ellis */ - TARGET_EVENT_OLD_gdb_program_config, - TARGET_EVENT_OLD_pre_resume, /* allow GDB to do stuff before others handle the halted event, * this is in lieu of defining ordering of invocation of events, -- cgit v1.2.3-18-g5258