From 6cacbd9575e03c37057719a97bf260217c4e275f Mon Sep 17 00:00:00 2001 From: oharboe Date: Sat, 2 May 2009 19:31:30 +0000 Subject: Dick Hollenbeck moved stuff into openocd.c - should never have been in main.c in the first place. DLL will now build. git-svn-id: svn://svn.berlios.de/openocd/trunk@1590 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/main.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index c2f30035..c2b53da6 100644 --- a/src/main.c +++ b/src/main.c @@ -23,19 +23,6 @@ #include "config.h" #endif -#if !BUILD_HTTPD -/* implementations of OpenOCD that uses multithreading needs to know when - * OpenOCD is sleeping. No-op in vanilla OpenOCD - */ -void openocd_sleep_prelude(void) -{ -} - -void openocd_sleep_postlude(void) -{ -} -#endif - /* This is the main entry for developer PC hosted OpenOCD. * * OpenOCD can also be used as a library that is linked with -- cgit v1.2.3