From: Zbigniew Jędrzejewski-Szmek Date: Tue, 15 Mar 2016 23:27:36 +0000 (-0400) Subject: basic/log: remove unused return value X-Git-Tag: v230~259^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2848%2Fhead;p=thirdparty%2Fsystemd.git basic/log: remove unused return value --- diff --git a/src/basic/log.h b/src/basic/log.h index f9fb1742a1e..b6356228d9a 100644 --- a/src/basic/log.h +++ b/src/basic/log.h @@ -246,5 +246,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; \ })