]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove pair_list_table
authorNick Porter <nick@portercomputing.co.uk>
Fri, 13 Jan 2023 16:42:20 +0000 (16:42 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 Feb 2023 16:44:59 +0000 (10:44 -0600)
src/lib/server/tmpl_tokenize.c

index 5a99e3e387e442c342bd2efc7e945b022ee10f68..949491340e33893d89f82d9d2a54899ecc773cc0 100644 (file)
@@ -135,17 +135,6 @@ static fr_table_num_ordered_t const attr_table[] = {
 };
 static size_t attr_table_len = NUM_ELEMENTS(attr_table);
 
-/** Map keywords to #pair_list_t values
- */
-fr_table_num_ordered_t const pair_list_table[] = {
-       { L("request"),         PAIR_LIST_REQUEST               },
-       { L("reply"),           PAIR_LIST_REPLY                 },
-       { L("control"),         PAIR_LIST_CONTROL               },              /* New name should have priority */
-       { L("config"),          PAIR_LIST_CONTROL               },
-       { L("session-state"),   PAIR_LIST_STATE                 },
-};
-size_t pair_list_table_len = NUM_ELEMENTS(pair_list_table);
-
 /** Map keywords to #tmpl_request_ref_t values
  */
 fr_table_num_sorted_t const tmpl_request_ref_table[] = {