]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused macro
authorAlan T. DeKok <aland@freeradius.org>
Sun, 20 Nov 2016 15:31:49 +0000 (10:31 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 20 Nov 2016 15:31:49 +0000 (10:31 -0500)
src/util/message.c

index 880f233c442205b6395a8e7cd9813b5bc934fab3..3905e499bf0b1125bb07968f4a300b1b07e01d80 100644 (file)
@@ -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,