mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 16:39:33 +00: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 New Issue
Block a user