chiark / gitweb /
remove unused variable
[elogind.git] / src / journal / test-journal-interleaving.c
index af0d43e39e77a9bfc4e2bbfd3869a6170cef267a..5b747147827e2cb0643e30451478802b617250dd 100644 (file)
@@ -36,7 +36,7 @@
 
 static bool arg_keep = false;
 
-_noreturn_ static void log_assert_errno(const char *text, int eno, const char *file, int line, const char *func) {
+noreturn static void log_assert_errno(const char *text, int eno, const char *file, int line, const char *func) {
         log_meta(LOG_CRIT, file, line, func,
                  "'%s' failed at %s:%u (%s): %s.",
                  text, file, line, func, strerror(eno));