command_context_t -> struct command_context
[fw/openocd] / src / main.c
index c2f30035f36916e5babf2002d72f2c9dff1556a8..c2b53da6e3dc7ae203e36a7d9f954b62e9468bf2 100644 (file)
 #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