summaryrefslogtreecommitdiffstats
path: root/lib/yang.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-06-21 08:25:42 +0200
committerDavid Lamparter <equinox@diac24.net>2019-06-21 08:54:25 +0200
commiteaf58ba906129ecaf61ff21ad9263e12bd8931cb (patch)
tree2620916ebc31d208f3a3cd07650d5f421e4d223b /lib/yang.h
parentbabeld: use MTYPE_STATIC (diff)
downloadfrr-eaf58ba906129ecaf61ff21ad9263e12bd8931cb.tar.xz
frr-eaf58ba906129ecaf61ff21ad9263e12bd8931cb.zip
lib: use MTYPE_STATIC
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/yang.h')
-rw-r--r--lib/yang.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/yang.h b/lib/yang.h
index 6f8c84ab6..322c74c76 100644
--- a/lib/yang.h
+++ b/lib/yang.h
@@ -33,9 +33,6 @@
extern "C" {
#endif
-DECLARE_MTYPE(YANG_MODULE)
-DECLARE_MTYPE(YANG_DATA)
-
/* Maximum XPath length. */
#define XPATH_MAXLEN 256