]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Cleanup dead code and unused return value
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 12 Dec 2016 17:11:27 +0000 (12:11 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 Jan 2017 16:48:38 +0000 (11:48 -0500)
commit265d5b9d514f39ec29076e1fc987af9a56f66da5
treed04afa47ac3b5d3a7f2dc2aa34162b425db35f52
parentb153b0101068dd9fb91386857549cc9f4ed24152
zebra: Cleanup dead code and unused return value

We had a large block of #if 0 code.  Since it's
been that way for like 8 months now, lets go ahead
and just remove it.

Additionally the rib_delete function was returning
a return code that was summarily ignored.  Let's
clean up the expectation of returning anything.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rib.h
zebra/zebra_rib.c