From: Arran Cudbard-Bell Date: Wed, 18 Aug 2021 02:59:30 +0000 (-0500) Subject: Unused X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d526f007f9561c159a6ffb5b3dcacfd7ddaf124;p=thirdparty%2Ffreeradius-server.git Unused --- diff --git a/src/lib/server/virtual_servers.c b/src/lib/server/virtual_servers.c index ac2bcea9a7a..a6b0f305bb0 100644 --- a/src/lib/server/virtual_servers.c +++ b/src/lib/server/virtual_servers.c @@ -43,12 +43,6 @@ RCSID("$Id$") #include -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.