summaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-10-30 18:29:09 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-11-05 09:05:10 +0100
commitacff2521fb8e47dce4a2e89e2de77e71bf314047 (patch)
treeacf55208ca5995cf7483e2a4afb812d75e544187 /src/target/armv7m.h
parenta5e396b9641c425225e3820a160ee66887416d71 (diff)
downloadopenocd+libswd-acff2521fb8e47dce4a2e89e2de77e71bf314047.tar.gz
openocd+libswd-acff2521fb8e47dce4a2e89e2de77e71bf314047.tar.bz2
openocd+libswd-acff2521fb8e47dce4a2e89e2de77e71bf314047.tar.xz
openocd+libswd-acff2521fb8e47dce4a2e89e2de77e71bf314047.zip
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>
Diffstat (limited to 'src/target/armv7m.h')
-rw-r--r--src/target/armv7m.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/armv7m.h b/src/target/armv7m.h
index f3a74221..2ee92f43 100644
--- a/src/target/armv7m.h
+++ b/src/target/armv7m.h
@@ -108,7 +108,6 @@ typedef struct armv7m_common_s
int (*write_core_reg)(struct target_s *target, int num);
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);