forked from auracaster/openocd
debug interface: get rid of unused pre_debug fn
Removing unused code makes it much less mysterius. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -120,7 +120,6 @@ typedef struct armv7a_common_s
|
||||
uint32_t CRn, uint32_t CRm, uint32_t value);
|
||||
|
||||
int (*examine_debug_reason)(target_t *target);
|
||||
void (*pre_debug_entry)(target_t *target);
|
||||
void (*post_debug_entry)(target_t *target);
|
||||
|
||||
void (*pre_restore_context)(target_t *target);
|
||||
|
||||
Reference in New Issue
Block a user