From: Roy Marples Date: Tue, 16 Jan 2018 17:27:49 +0000 (+0000) Subject: Remove now unused sysloglike define. X-Git-Tag: v7.0.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3597f6bfc7384585f473dc03b43cbc3bc95c3929;p=thirdparty%2Fdhcpcd.git Remove now unused sysloglike define. --- diff --git a/src/common.h b/src/common.h index f309a33e..fe9deb85 100644 --- a/src/common.h +++ b/src/common.h @@ -118,12 +118,6 @@ # ifndef __packed # define __packed __attribute__((__packed__)) # endif -# ifndef __sysloglike -# ifndef __syslog_attribute_ -# define __syslog__ __printf__ -# endif -# define __sysloglike(a, b) __attribute__((format(__syslog__, a, b))) -# endif # ifndef __unused # define __unused __attribute__((__unused__)) # endif @@ -131,9 +125,6 @@ # ifndef __packed # define __packed # endif -# ifndef __sysloglike -# define __sysloglike -# endif # ifndef __unused # define __unused # endif