diff options
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util/util.h b/lib/util/util.h index b143e4e991..58e6ffd086 100644 --- a/lib/util/util.h +++ b/lib/util/util.h @@ -71,8 +71,6 @@ _PUBLIC_ void call_backtrace(void); /** Something really nasty happened - panic ! **/ -_PUBLIC_ _NORETURN_ void smb_panic(const char *why); - typedef void (*smb_panic_handler_t)(const char *why); _PUBLIC_ void fault_configure(smb_panic_handler_t panic_handler); |