diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-04 14:32:26 -0400 | 
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-25 11:13:43 -0400 | 
| commit | fefa080e3c6667db48a749015b4590951ef17e10 (patch) | |
| tree | 010e182cedb316c4bffce961344174ecc29d7926 /zebra/zebra_nhg.h | |
| parent | 53ac1fbbe05665005f83a802ebe302e21dec720e (diff) | |
zebra: Remove cleanup and nhg workqueue boilerplate
This code was from a strategies we elected not to use and
can safely be removed.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_nhg.h')
| -rw-r--r-- | zebra/zebra_nhg.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/zebra/zebra_nhg.h b/zebra/zebra_nhg.h index d3c63cff30..e5eb518628 100644 --- a/zebra/zebra_nhg.h +++ b/zebra/zebra_nhg.h @@ -169,9 +169,6 @@ struct nhg_ctx {  }; -void zebra_nhg_init(void); -void zebra_nhg_terminate(void); -  extern void nhg_connected_free(struct nhg_connected *dep);  extern struct nhg_connected *nhg_connected_new(struct nhg_hash_entry *nhe); @@ -263,8 +260,6 @@ extern uint8_t zebra_nhg_nhe2grp(struct nh_grp *grp, struct nhg_hash_entry *nhe,  void zebra_nhg_install_kernel(struct nhg_hash_entry *nhe);  void zebra_nhg_uninstall_kernel(struct nhg_hash_entry *nhe); -void zebra_nhg_cleanup_tables(struct hash *hash); -  /* Forward ref of dplane update context type */  struct zebra_dplane_ctx;  void zebra_nhg_dplane_result(struct zebra_dplane_ctx *ctx);  | 
