]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Name field unused
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 May 2024 15:01:16 +0000 (09:01 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 May 2024 17:27:19 +0000 (11:27 -0600)
src/modules/rlm_test/rlm_test.c

index e714d2a16ddac36ca07c3c2cd2e331059358fdb4..9a7f6e8439e5fe334c3c6c8329216e536e29d6a9 100644 (file)
@@ -41,8 +41,6 @@ RCSID("$Id$")
  *     be used as the instance handle.
  */
 typedef struct {
-       char const      *name;
-
        tmpl_t          *tmpl;
        tmpl_t          **tmpl_m;
        char const      *string;