summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-10-31 13:57:18 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-11-05 09:07:56 +0100
commitaf66678c9a76f3bdab23beb3ffa7d7d53423bdfa (patch)
tree3ee48dc1e666f435c999a1e2705e46a88e821a24 /src/target/arm11.h
parentacff2521fb8e47dce4a2e89e2de77e71bf314047 (diff)
downloadopenocd+libswd-af66678c9a76f3bdab23beb3ffa7d7d53423bdfa.tar.gz
openocd+libswd-af66678c9a76f3bdab23beb3ffa7d7d53423bdfa.tar.bz2
openocd+libswd-af66678c9a76f3bdab23beb3ffa7d7d53423bdfa.tar.xz
openocd+libswd-af66678c9a76f3bdab23beb3ffa7d7d53423bdfa.zip
target: remove unused interface fn that clutters code
The quit entry point was not being invoked. Just a source of confusion at this point. XScale ran 100x reset upon quit, but that code made no sense, wasn't commented and never invoke. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index 9afff23d..67320de7 100644
--- a/src/target/arm11.h
+++ b/src/target/arm11.h
@@ -230,7 +230,6 @@ int arm11_run_algorithm(struct target_s *target, int num_mem_params, mem_param_t
int arm11_register_commands(struct command_context_s *cmd_ctx);
int arm11_target_create(struct target_s *target, Jim_Interp *interp);
int arm11_init_target(struct command_context_s *cmd_ctx, struct target_s *target);
-int arm11_quit(void);
/* helpers */
int arm11_build_reg_cache(target_t *target);