diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-05 16:34:15 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-05 16:34:15 +0100 |
commit | 242ab042559570cdacc9a577445c8497142fd624 (patch) | |
tree | 3f7766d861af7678cfd7adae65cbfcc3f268705d /lib | |
parent | Merge branch '-rip' into stable/2.0 (diff) | |
download | frr-242ab042559570cdacc9a577445c8497142fd624.tar.xz frr-242ab042559570cdacc9a577445c8497142fd624.zip |
lib: remove unused NS_BITMAP MTYPE
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ns.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |