From 3f3a6cc53c8c7fbe87ec76038f937eefb7e0ab90 Mon Sep 17 00:00:00 2001 From: Mobashshera Rasool Date: Sun, 17 Jul 2022 23:01:52 -0700 Subject: [PATCH] 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 --- pimd/pim_zebra.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h index 5879cdefb0..6710f19995 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); -- 2.39.5