From: Arran Cudbard-Bell Date: Sat, 16 Jan 2021 22:36:05 +0000 (+0000) Subject: Unused X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d58aa6cefe6c1510b1d2c2d312e62bf16c81438a;p=thirdparty%2Ffreeradius-server.git Unused --- diff --git a/src/lib/util/pair.c b/src/lib/util/pair.c index 7d12e9a4b4f..18ab3fae97e 100644 --- a/src/lib/util/pair.c +++ b/src/lib/util/pair.c @@ -33,10 +33,6 @@ RCSID("$Id$") #include -#ifndef NDEBUG -# define FREE_MAGIC (0xF4EEF4EE) -#endif - /** Free a fr_pair_t * * @note Do not call directly, use talloc_free instead.