From acff2521fb8e47dce4a2e89e2de77e71bf314047 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Fri, 30 Oct 2009 18:29:09 +0100 Subject: debug interface: get rid of unused pre_debug fn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removing unused code makes it much less mysterius. Signed-off-by: Øyvind Harboe --- src/target/fa526.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/target/fa526.c') diff --git a/src/target/fa526.c b/src/target/fa526.c index eee9e50b..9cdbf3d4 100644 --- a/src/target/fa526.c +++ b/src/target/fa526.c @@ -346,7 +346,6 @@ int fa526_init_arch_info_2(target_t *target, arm9tdmi_common_t *arm9tdmi, jtag_t arm7_9->enable_single_step = arm9tdmi_enable_single_step; arm7_9->disable_single_step = arm9tdmi_disable_single_step; - arm7_9->pre_debug_entry = NULL; arm7_9->post_debug_entry = NULL; arm7_9->pre_restore_context = NULL; -- cgit v1.2.3