summaryrefslogtreecommitdiff
path: root/lib/netns_other.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-03-12 07:14:10 +0100
committerGitHub <noreply@github.com>2024-03-12 07:14:10 +0100
commit1942951ea4f94be4e734e515d1ca85aa8890d6fc (patch)
tree0aa0e852a477847f98e1de8fd2e71df6cf489965 /lib/netns_other.c
parentd0afa124672ed285542eeb903e2edd0159ad673a (diff)
parenta67e159e3b741f26d104342cdeb4c9ed9a06f47e (diff)
Merge pull request #15523 from donaldsharp/lib_mtype_cleanup
Lib mtype cleanup
Diffstat (limited to 'lib/netns_other.c')
-rw-r--r--lib/netns_other.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/netns_other.c b/lib/netns_other.c
index 30218409dd..545a962b55 100644
--- a/lib/netns_other.c
+++ b/lib/netns_other.c
@@ -13,10 +13,6 @@
#include "log.h"
#include "memory.h"
-DEFINE_MTYPE_STATIC(LIB, NS, "NetNS Context");
-DEFINE_MTYPE_STATIC(LIB, NS_NAME, "NetNS Name");
-
-
static inline int ns_compare(const struct ns *ns, const struct ns *ns2);
RB_GENERATE(ns_head, ns, entry, ns_compare)
@@ -39,7 +35,6 @@ void ns_init_management(ns_id_t ns_id)
{
}
-
/*
* NS utilities
*/