target: remove unused interface fn that clutters code
authorØyvind Harboe <oyvind.harboe@zylin.com>
Sat, 31 Oct 2009 12:57:18 +0000 (13:57 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Thu, 5 Nov 2009 08:07:56 +0000 (09:07 +0100)
commitaf66678c9a76f3bdab23beb3ffa7d7d53423bdfa
tree3ee48dc1e666f435c999a1e2705e46a88e821a24
parentacff2521fb8e47dce4a2e89e2de77e71bf314047
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>
16 files changed:
src/target/arm11.c
src/target/arm11.h
src/target/arm720t.c
src/target/arm7tdmi.c
src/target/arm920t.c
src/target/arm926ejs.c
src/target/arm966e.c
src/target/arm9tdmi.c
src/target/avrt.c
src/target/cortex_a8.c
src/target/cortex_m3.c
src/target/fa526.c
src/target/feroceon.c
src/target/mips_m4k.c
src/target/target_type.h
src/target/xscale.c