Skip to content

Commit

Permalink
Delete dead datum_logger declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Oct 20, 2024
1 parent 40ff91b commit 86a39a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/datum_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86a39a0

Please sign in to comment.