X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=c2b53da6e3dc7ae203e36a7d9f954b62e9468bf2;hb=e8a6e3b2f4e1b0f3cccfa01c486fbdd952842801;hp=c2f30035f36916e5babf2002d72f2c9dff1556a8;hpb=0fc19255c365a59acf4683d177bacf662e84d4f1;p=openocd.git diff --git a/src/main.c b/src/main.c index c2f30035f3..c2b53da6e3 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