]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused macros
authorAlan T. DeKok <aland@freeradius.org>
Sat, 9 Mar 2024 15:32:40 +0000 (10:32 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 9 Mar 2024 15:32:40 +0000 (10:32 -0500)
src/modules/rlm_detail/rlm_detail.c
src/process/tacacs/base.c

index c6312cc0143e22eb59e7e0d578e916912f855841..1e5df5f23c4feb0696523087f8e7b16fa13e5760 100644 (file)
@@ -42,8 +42,6 @@ RCSID("$Id$")
 #  include <grp.h>
 #endif
 
-#define DIRLEN 8192            //!< Maximum path length.
-
 /** Instance configuration for rlm_detail
  *
  * Holds the configuration and preparsed data for a instance of rlm_detail.
index 12a4b61e8ff7af0271d1a3acaa0a215fb31acfc8..05916dc6bead34125c7e987e02cc0e771e09dba1 100644 (file)
@@ -219,8 +219,6 @@ static const conf_parser_t config[] = {
 };
 
 
-#define RAUTH(fmt, ...)                log_request(L_AUTH, L_DBG_LVL_OFF, request, __FILE__, __LINE__, fmt, ## __VA_ARGS__)
-
 /*
  *     Synthesize a State attribute from connection && session information.
  */