diff options
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 |
commit | acff2521fb8e47dce4a2e89e2de77e71bf314047 (patch) | |
tree | acf55208ca5995cf7483e2a4afb812d75e544187 /src/target/arm7tdmi.c | |
parent | a5e396b9641c425225e3820a160ee66887416d71 (diff) | |
download | riscv-openocd-acff2521fb8e47dce4a2e89e2de77e71bf314047.zip riscv-openocd-acff2521fb8e47dce4a2e89e2de77e71bf314047.tar.gz riscv-openocd-acff2521fb8e47dce4a2e89e2de77e71bf314047.tar.bz2 |
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/arm7tdmi.c')
-rw-r--r-- | src/target/arm7tdmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/arm7tdmi.c b/src/target/arm7tdmi.c index 0e978c2..253bdf0 100644 --- a/src/target/arm7tdmi.c +++ b/src/target/arm7tdmi.c @@ -801,7 +801,6 @@ int arm7tdmi_init_arch_info(target_t *target, arm7tdmi_common_t *arm7tdmi, jtag_ arm7_9->enable_single_step = arm7_9_enable_eice_step; arm7_9->disable_single_step = arm7_9_disable_eice_step; - arm7_9->pre_debug_entry = NULL; arm7_9->post_debug_entry = NULL; arm7_9->pre_restore_context = NULL; |