summaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-04-10 00:25:35 +0800
committerAntonio Borneo <borneo.antonio@gmail.com>2010-04-10 00:25:35 +0800
commit3f0b17e48af9e3481084e1e9e697012b6824df43 (patch)
tree27abb408165cc439590527009ee91f955918b41e /src/target/target.h
parent321aa6aa8fe9f6c07649776722a341bbfda028ee (diff)
downloadopenocd+libswd-3f0b17e48af9e3481084e1e9e697012b6824df43.tar.gz
openocd+libswd-3f0b17e48af9e3481084e1e9e697012b6824df43.tar.bz2
openocd+libswd-3f0b17e48af9e3481084e1e9e697012b6824df43.tar.xz
openocd+libswd-3f0b17e48af9e3481084e1e9e697012b6824df43.zip
TARGET: review unused symbols
Remove unused functions: - target_all_handle_event Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
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)