summaryrefslogtreecommitdiff
path: root/lib/mgmt_msg_native.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-03-12 07:14:10 +0100
committerGitHub <noreply@github.com>2024-03-12 07:14:10 +0100
commit1942951ea4f94be4e734e515d1ca85aa8890d6fc (patch)
tree0aa0e852a477847f98e1de8fd2e71df6cf489965 /lib/mgmt_msg_native.c
parentd0afa124672ed285542eeb903e2edd0159ad673a (diff)
parenta67e159e3b741f26d104342cdeb4c9ed9a06f47e (diff)
Merge pull request #15523 from donaldsharp/lib_mtype_cleanup
Lib mtype cleanup
Diffstat (limited to 'lib/mgmt_msg_native.c')
-rw-r--r--lib/mgmt_msg_native.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mgmt_msg_native.c b/lib/mgmt_msg_native.c
index d27c5d3a29..98b7da45ce 100644
--- a/lib/mgmt_msg_native.c
+++ b/lib/mgmt_msg_native.c
@@ -9,7 +9,6 @@
#include "mgmt_msg_native.h"
DEFINE_MGROUP(MSG_NATIVE, "Native message allocations");
-DEFINE_MTYPE(MSG_NATIVE, MSG_NATIVE_MSG, "native mgmt msg");
DEFINE_MTYPE(MSG_NATIVE, MSG_NATIVE_ERROR, "native error msg");
DEFINE_MTYPE(MSG_NATIVE, MSG_NATIVE_GET_TREE, "native get tree msg");
DEFINE_MTYPE(MSG_NATIVE, MSG_NATIVE_TREE_DATA, "native tree data msg");