X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=inline;f=src%2Ftarget%2Ftarget.h;h=9bf32b62caeb1542cfdfcfc9cce848e28d5645ca;hb=bb3793c9a4ccd232c4ee3ce0a36bf200589ca0bb;hp=b3025dcb575ffbd71c860f7914a0b3b1626c67fe;hpb=482660031a7c9e32fdc6e9aacf7b3f4c342e6965;p=openocd.git diff --git a/src/target/target.h b/src/target/target.h index b3025dcb57..9bf32b62ca 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,