]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Note used
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 25 Jan 2021 19:47:42 +0000 (19:47 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 25 Jan 2021 19:47:42 +0000 (19:47 +0000)
src/include/build.h

index 1f136d0788acd02cb731f5290410e0123d376043..cc8debcfce547486da003ef2d77d6b94e4b186b1 100644 (file)
@@ -119,7 +119,6 @@ extern "C" {
  */
 #define PAD(_x, _y)            (_y - ((_x) % _y))
 
-#define PRINTF_LIKE(n)         CC_HINT(format(printf, n, n+1))
 #define NEVER_RETURNS          CC_HINT(noreturn)
 #define UNUSED                 CC_HINT(unused)