From 0cba0d4df3fe120f08945703506f8405760325c9 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Sat, 13 Dec 2008 12:44:39 +0000 Subject: - remove target specific variant and use target->variant member - fix build warning in cortex_m3 - code cleanup - remove trailing lf and convert c++ comments git-svn-id: svn://svn.berlios.de/openocd/trunk@1238 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/jtag/dummy.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/jtag/dummy.c') diff --git a/src/jtag/dummy.c b/src/jtag/dummy.c index 90c60db8..0565edaf 100644 --- a/src/jtag/dummy.c +++ b/src/jtag/dummy.c @@ -26,7 +26,6 @@ #include "jtag.h" #include "bitbang.h" - int dummy_speed(int speed); int dummy_register_commands(struct command_context_s *cmd_ctx); int dummy_init(void); @@ -65,7 +64,6 @@ int dummy_read(void) return 1; } - void dummy_write(int tck, int tms, int tdi) { } @@ -73,7 +71,6 @@ void dummy_write(int tck, int tms, int tdi) void dummy_reset(int trst, int srst) { } - int dummy_speed(int speed) { @@ -85,7 +82,6 @@ int dummy_register_commands(struct command_context_s *cmd_ctx) return ERROR_OK; } - int dummy_init(void) { bitbang_interface = &dummy_bitbang; @@ -98,8 +94,6 @@ int dummy_quit(void) return ERROR_OK; } - void dummy_led(int on) { } - -- cgit v1.2.3