From: Mobashshera Rasool Date: Mon, 18 Jul 2022 06:01:52 +0000 (-0700) Subject: pimd: Remove the api from .h file since there is no definition of it X-Git-Tag: frr-8.5.1~677^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3f3a6cc53c8c7fbe87ec76038f937eefb7e0ab90;p=mirror_frr.git pimd: Remove the api from .h file since there is no definition of it Removing the api pim_scan_individual_oil from .h since there is no definition of it. Signed-off-by: Mobashshera Rasool --- diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h index 5879cdefb..6710f1999 100644 --- a/pimd/pim_zebra.h +++ b/pimd/pim_zebra.h @@ -28,7 +28,6 @@ void pim_zebra_init(void); void pim_zebra_zclient_update(struct vty *vty); -void pim_scan_individual_oil(struct channel_oil *c_oil, int in_vif_index); void pim_scan_oil(struct pim_instance *pim_matcher); void pim_forward_start(struct pim_ifchannel *ch);