summaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-28 10:36:32 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-28 10:36:32 -0800
commit68889ea02f28bfd61f0b4b85aad4b0bf8826a947 (patch)
tree8cd06094487644a0e30dcaba0005592edf4f35b2 /src/target/target.h
parent5782999f6030acb560a3b02da10354eb099c45a4 (diff)
downloadopenocd+libswd-68889ea02f28bfd61f0b4b85aad4b0bf8826a947.tar.gz
openocd+libswd-68889ea02f28bfd61f0b4b85aad4b0bf8826a947.tar.bz2
openocd+libswd-68889ea02f28bfd61f0b4b85aad4b0bf8826a947.tar.xz
openocd+libswd-68889ea02f28bfd61f0b4b85aad4b0bf8826a947.zip
target: remove unused TARGET_EVENT_OLD_* symbols
Just two *_OLD_* symbols left... Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/target.h')
-rw-r--r--src/target/target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/target.h b/src/target/target.h
index 55e9088a..009ec17b 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,