From 242ab042559570cdacc9a577445c8497142fd624 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 5 Dec 2016 16:34:15 +0100 Subject: [PATCH] lib: remove unused NS_BITMAP MTYPE Signed-off-by: David Lamparter --- lib/ns.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ns.c b/lib/ns.c index 08432764db..e6d6a9f9a8 100644 --- a/lib/ns.c +++ b/lib/ns.c @@ -39,7 +39,6 @@ DEFINE_MTYPE_STATIC(LIB, NS, "Logical-Router") DEFINE_MTYPE_STATIC(LIB, NS_NAME, "Logical-Router Name") -DEFINE_MTYPE_STATIC(LIB, NS_BITMAP, "Logical-Router bit-map") static __inline int ns_compare (struct ns *, struct ns *); static struct ns *ns_lookup (ns_id_t); -- 2.39.5