diff options
Diffstat (limited to 'inc/log.h')
-rw-r--r-- | inc/log.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/inc/log.h b/inc/log.h deleted file mode 100644 index da82233..0000000 --- a/inc/log.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef LOG_H -#define LOG_H - -#include <context.h> - -__attribute__((noreturn)) void errln(struct ctx_location *location, const char *fmt, ...); - -#endif |