]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: Remove unused memory types
authorDonald Sharp <sharpd@nvidia.com>
Mon, 11 Mar 2024 17:04:09 +0000 (13:04 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 11 Mar 2024 17:04:09 +0000 (13:04 -0400)
These are never used.  So let's remove them.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/netns_other.c

index 30218409dd8bc047e1f6c625d5595a3d4d09ef82..545a962b5584cf8dda303e0d936ff70c213a8035 100644 (file)
 #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
  */