From: Alan T. DeKok Date: Sun, 20 Nov 2016 15:31:49 +0000 (-0500) Subject: remove unused macro X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d30d521bc90dea06a879ef3fe1c7fe16fae9f3;p=thirdparty%2Ffreeradius-server.git remove unused macro --- diff --git a/src/util/message.c b/src/util/message.c index 880f233c442..3905e499bf0 100644 --- a/src/util/message.c +++ b/src/util/message.c @@ -35,12 +35,6 @@ RCSID("$Id$") #define MPRINT(...) #endif -#ifndef NDEBUG -#define DBG_UNUSED -#else -#define DBG_UNUSED UNUSED -#endif - /** An array of messages * * We wish to occasionally increase the size of the message array,