Fix fatality trigger
[khatus.git] / x5 / khatus_lib_log.c
index 16a5509..ce172e4 100644 (file)
@@ -5,13 +5,3 @@
 #include "khatus_lib_log.h"
 
 LogLevel _khatus_lib_log_level = Debug;
-
-void
-_fatal(char *fmt, ...) {
-       va_list ap;
-
-       va_start(ap, fmt);
-       fprintf(stderr, fmt, ap);
-       va_end(ap);
-       exit(EXIT_FAILURE);
-}
This page took 0.017259 seconds and 4 git commands to generate.