From 494d9062bf31636c71c3be8cfeb449a3f4ce09f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 15 Mar 2016 19:27:36 -0400 Subject: [PATCH] basic/log: remove unused return value --- src/basic/log.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/basic/log.h b/src/basic/log.h index 42ee76d95..899474daa 100644 --- a/src/basic/log.h +++ b/src/basic/log.h @@ -259,5 +259,4 @@ int log_syntax_internal( log_syntax_internal(unit, _level, config_file, config_line, 0, __FILE__, __LINE__, __func__, \ "String is not UTF-8 clean, ignoring assignment: %s", strna(_p)); \ } \ - -EINVAL; \ }) -- 2.30.2