summaryrefslogtreecommitdiffstats
path: root/lib/frr_pthread.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/frr_pthread.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/frr_pthread.h')
-rw-r--r--lib/frr_pthread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/frr_pthread.h b/lib/frr_pthread.h
index 9bc7b9403..3afe7ba96 100644
--- a/lib/frr_pthread.h
+++ b/lib/frr_pthread.h
@@ -29,9 +29,6 @@
extern "C" {
#endif
-DECLARE_MTYPE(FRR_PTHREAD);
-DECLARE_MTYPE(PTHREAD_PRIM);
-
#define OS_THREAD_NAMELEN 16
struct frr_pthread;