diff --git a/include/log.h b/include/log.h index d3e967e7..0ad0fb37 100644 --- a/include/log.h +++ b/include/log.h @@ -67,11 +67,4 @@ void errorlog(char *fmt, ...) void verboselog(char *fmt, ...) __attribute__ ((format (printf, 1, 2))); -/** - * Logs the given message to stdout while prefixing the current time to it. - * This is to be called by LOG() which includes filename/linenumber - * - */ -void slog(char *fmt, va_list args); - #endif