]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Unused macros
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 14 Dec 2022 23:39:25 +0000 (17:39 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 14 Dec 2022 23:46:05 +0000 (17:46 -0600)
src/lib/server/tmpl.h

index cb5377e133cd25d8e9ef0675e978392ce297517d..11c3db373f28a7fa7baf1df61635f256aea6c8f8 100644 (file)
@@ -850,12 +850,6 @@ static inline tmpl_pair_list_t tmpl_list(tmpl_t const *vpt)
 
 #define tmpl_rules_cast(_tmpl)                 (_tmpl)->rules.cast
 #define tmpl_rules_enumv(_tmpl)                        (_tmpl)->rules.enumv
-
-/*
- *     Temporary macros to track where we do assignments
- */
-#define tmpl_value_length_set(_tmpl, _len)     (_tmpl)->data.literal.vb_length = (_len)
-#define tmpl_value_type_set(_tmpl, _type)      (_tmpl)->data.literal.type = (_type)
 /** @} */
 
 /** @name Field accessors for #TMPL_TYPE_REGEX and #TMPL_TYPE_REGEX_XLAT_UNRESOLVED