TARGET: review unused symbols

Remove unused functions:
- target_all_handle_event

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Antonio Borneo
2010-04-10 00:25:35 +08:00
parent 321aa6aa8f
commit 3f0b17e48a
2 changed files with 0 additions and 17 deletions

View File

@@ -473,7 +473,6 @@ int target_write_u8(struct target *target, uint32_t address, uint8_t value);
int target_arch_state(struct target *target);
void target_handle_event(struct target *t, enum target_event e);
void target_all_handle_event(enum target_event e);
#define ERROR_TARGET_INVALID (-300)
#define ERROR_TARGET_INIT_FAILED (-301)