FLASH/NOR: Remove useless file lpc288x.h
[fw/openocd] / src / helper / log.h
index b936fee10f6fa33bb47e3ec1ed5aa8116c5ade8e..2852140b0d3f47c06e3698f53d6e87896488b82a 100644 (file)
@@ -80,14 +80,6 @@ void kept_alive(void);
 void alive_sleep(uint64_t ms);
 void busy_sleep(uint64_t ms);
 
-/* log entries can be paused and replayed roughly according to the try/catch/rethrow
- * concepts in C++
- */
-void log_try(void);
-void log_catch(void);
-void log_rethrow(void);
-
-
 typedef void (*log_callback_fn)(void *priv, const char *file, unsigned line,
                const char *function, const char *string);