diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 21:43:17 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 15:20:46 +0100 |
commit | 2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1 (patch) | |
tree | 469deda028196b00da3592e8e0341c7f20313711 /zebra/router-id.c | |
parent | zebra: Move packets_to_process to zrouter (diff) | |
download | frr-2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1.tar.xz frr-2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1.zip |
zebra: Remove `struct zebra_t`
This structure is unused anymore and does not belong in zserv.h
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/router-id.c')
-rw-r--r-- | zebra/router-id.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/router-id.c b/zebra/router-id.c index 2775383eb..569ffbab4 100644 --- a/zebra/router-id.c +++ b/zebra/router-id.c @@ -44,9 +44,6 @@ #include "zebra/router-id.h" #include "zebra/redistribute.h" -/* master zebra server structure */ -extern struct zebra_t zebrad; - static struct connected *router_id_find_node(struct list *l, struct connected *ifc) { |