diff options
Diffstat (limited to 'ldpd')
-rw-r--r-- | ldpd/lde.c | 3 | ||||
-rw-r--r-- | ldpd/ldpe.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/ldpd/lde.c b/ldpd/lde.c index 006d27f6a..5f9403132 100644 --- a/ldpd/lde.c +++ b/ldpd/lde.c @@ -71,9 +71,6 @@ struct nbr_tree lde_nbrs = RB_INITIALIZER(&lde_nbrs); static struct imsgev *iev_ldpe; static struct imsgev *iev_main, *iev_main_sync; -/* Master of threads. */ -struct thread_master *master; - /* lde privileges */ static zebra_capabilities_t _caps_p [] = { diff --git a/ldpd/ldpe.c b/ldpd/ldpe.c index 3a964c0ca..82e52f5fe 100644 --- a/ldpd/ldpe.c +++ b/ldpd/ldpe.c @@ -54,9 +54,6 @@ static struct imsgev *iev_lde; static struct thread *pfkey_ev; #endif -/* Master of threads. */ -struct thread_master *master; - /* ldpe privileges */ static zebra_capabilities_t _caps_p [] = { |