From f1be0e6af2e204805a8bc2e8cadf828b9fa46c98 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sat, 10 Apr 2010 22:25:22 +0800 Subject: HELPER/LOG: review unused symbols Remove unused functions: - log_catch - log_rethrow - log_try Signed-off-by: Antonio Borneo --- src/helper/log.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/helper/log.h') diff --git a/src/helper/log.h b/src/helper/log.h index b936fee1..2852140b 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -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); -- cgit v1.2.3