summaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/target.h')
-rw-r--r--src/target/target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/target.h b/src/target/target.h
index 18ffb380..0292945d 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -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)