diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2020-03-08 20:21:05 +0100 |
---|---|---|
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2020-03-08 20:21:55 +0100 |
commit | f3faea7fe3bf5f73991effe56290346e3f43728e (patch) | |
tree | b051f94363d1657e739245c381a878ada1af9158 /ldpd/ldpe.c | |
parent | ldpd: fix another linking issue with GCC-10 (diff) | |
download | frr-f3faea7fe3bf5f73991effe56290346e3f43728e.tar.xz frr-f3faea7fe3bf5f73991effe56290346e3f43728e.zip |
ldpd: remove multiple definitions of thread_master
This fixes the last issue compiling FRR with GCC 10 on Fedora Rawhide.
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
Diffstat (limited to 'ldpd/ldpe.c')
-rw-r--r-- | ldpd/ldpe.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 [] = { |