From: David Brownell Date: Sat, 28 Nov 2009 18:36:32 +0000 (-0800) Subject: target: remove unused TARGET_EVENT_OLD_* symbols X-Git-Tag: v0.4.0-rc1~296 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=68889ea02f28bfd61f0b4b85aad4b0bf8826a947 target: remove unused TARGET_EVENT_OLD_* symbols Just two *_OLD_* symbols left... Signed-off-by: David Brownell --- diff --git a/src/target/target.h b/src/target/target.h index 55e9088ac6..009ec17b0d 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -172,8 +172,6 @@ enum target_event * - June/July/Aug 2008 * - Duane Ellis */ TARGET_EVENT_OLD_gdb_program_config, - TARGET_EVENT_OLD_pre_reset, - TARGET_EVENT_OLD_post_reset, TARGET_EVENT_OLD_pre_resume, /* allow GDB to do stuff before others handle the halted event,