Delete dead datum_logger declaration

This commit is contained in:
Luke Dashjr 2024-10-20 17:01:50 +00:00
parent 40ff91b531
commit 86a39a0875
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A

View File

@ -57,7 +57,6 @@ typedef struct {
#define DLOG_LEVEL_ERROR 4
#define DLOG_LEVEL_FATAL 5
void datum_logger(const char *func, int level, const char *format, ...);
int datum_logger_queue_msg(const char *func, int level, const char *format, ...) __attribute__((format(printf, 3, 4)));
// Generic for dynamic log level messages