target: remove unused TARGET_EVENT_OLD_* symbols
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 28 Nov 2009 18:36:32 +0000 (10:36 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 28 Nov 2009 18:36:32 +0000 (10:36 -0800)
Just two *_OLD_* symbols left...

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/target.h

index 55e9088ac638b116c56d00b59a29e64b39d535b4..009ec17b0d74a89f85f952d0e11ab250a81467e9 100644 (file)
@@ -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,