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/zserv.h | |
| 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/zserv.h')
| -rw-r--r-- | zebra/zserv.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index 4461ea5cd5..f7c4e3df73 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -173,10 +173,6 @@ struct zserv {  DECLARE_HOOK(zserv_client_connect, (struct zserv *client), (client));  DECLARE_KOOH(zserv_client_close, (struct zserv *client), (client)); -/* Zebra instance */ -struct zebra_t { -}; -extern struct zebra_t zebrad;  extern unsigned int multipath_num;  /*  | 
