diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 15:43:17 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 09:20:46 -0500 | 
| commit | 2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1 (patch) | |
| tree | 469deda028196b00da3592e8e0341c7f20313711 /zebra/router-id.c | |
| parent | 5ec5a7160a9e61ce6e84a65648c345cb10b160c4 (diff) | |
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 2775383eb3..569ffbab41 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)  {  | 
