]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Unused
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 22:36:05 +0000 (22:36 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 22:36:05 +0000 (22:36 +0000)
src/lib/util/pair.c

index 7d12e9a4b4f4c034e9d6897b80dc257253d5485e..18ab3fae97e420f4cd2c547b732d9afcf5722729 100644 (file)
@@ -33,10 +33,6 @@ RCSID("$Id$")
 
 #include <ctype.h>
 
-#ifndef NDEBUG
-#  define FREE_MAGIC (0xF4EEF4EE)
-#endif
-
 /** Free a fr_pair_t
  *
  * @note Do not call directly, use talloc_free instead.