]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused macro
authorAlan T. DeKok <aland@freeradius.org>
Sun, 27 Jul 2025 16:39:14 +0000 (12:39 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 27 Jul 2025 23:28:45 +0000 (19:28 -0400)
src/lib/unlang/interpret.h

index bb21edf698e7869743fdabd01a1b3761e2b2b9ca..46ad1c6845a4a9400b059dc9413f2f4199211a9b 100644 (file)
@@ -155,13 +155,6 @@ typedef struct {
                .default_result = UNLANG_RESULT_RCODE(_default_rcode),  \
        }
 
-#define FRAME_CONF_NO_RCODE(_default_rcode, _top_frame)        \
-       &(unlang_frame_conf_t){                         \
-               .top_frame = (_top_frame),              \
-               .default_result = UNLANG_RESULT_RCODE(_default_rcode),  \
-       }
-
-
 int                    unlang_interpret_push_section(unlang_result_t *p_result, request_t *request,
                                                      CONF_SECTION *cs, unlang_frame_conf_t const *conf)
                                                      CC_HINT(warn_unused_result);