]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Unused
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 18 Aug 2021 02:59:30 +0000 (21:59 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 18 Aug 2021 02:59:30 +0000 (21:59 -0500)
src/lib/server/virtual_servers.c

index ac2bcea9a7a998b6573209c9742c54967694a4c1..a6b0f305bb05f33986beaf5de0e161d6d81ed80c 100644 (file)
@@ -43,12 +43,6 @@ RCSID("$Id$")
 
 #include <freeradius-devel/unlang/base.h>
 
-typedef struct {
-       fr_rb_node_t            node;                   //!< Entry in the namespace tree.
-       char const              *namespace;             //!< Namespace function is registered to.
-       fr_dict_t const         *dict;                  //!< dictionary to use
-} fr_virtual_namespace_t;
-
 typedef struct {
        dl_module_inst_t        *proto_module;          //!< The proto_* module for a listen section.
        fr_app_t const          *app;                   //!< Easy access to the exported struct.