X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fmain.c;h=c2b53da6e3dc7ae203e36a7d9f954b62e9468bf2;hb=689e9664b00a81b637d82e990096338a10c4b720;hp=c2f30035f36916e5babf2002d72f2c9dff1556a8;hpb=0fc19255c365a59acf4683d177bacf662e84d4f1;p=openocd 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