mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
lib: Remove unused memory types
These are never used. So let's remove them. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
c514e84979
commit
22dabe1556
|
@ -13,10 +13,6 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "memory.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);
|
static inline int ns_compare(const struct ns *ns, const struct ns *ns2);
|
||||||
|
|
||||||
RB_GENERATE(ns_head, ns, entry, ns_compare)
|
RB_GENERATE(ns_head, ns, entry, ns_compare)
|
||||||
|
@ -39,7 +35,6 @@ void ns_init_management(ns_id_t ns_id)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NS utilities
|
* NS utilities
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue