From 969e751921b7c0095beb26f873a82ad08dd50e6e Mon Sep 17 00:00:00 2001 From: Mobashshera Rasool Date: Tue, 5 Apr 2022 21:54:01 -0700 Subject: pimd: Remove pim_channel_oil_change_iif from header file pim_channel_oil_change_iif is sitting idly in .h file with no definition. Signed-off-by: Mobashshera Rasool --- pimd/pim_oil.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'pimd/pim_oil.h') diff --git a/pimd/pim_oil.h b/pimd/pim_oil.h index 68b5ef474..21047177e 100644 --- a/pimd/pim_oil.h +++ b/pimd/pim_oil.h @@ -197,9 +197,6 @@ struct channel_oil *pim_find_channel_oil(struct pim_instance *pim, pim_sgaddr *sg); struct channel_oil *pim_channel_oil_add(struct pim_instance *pim, pim_sgaddr *sg, const char *name); -void pim_channel_oil_change_iif(struct pim_instance *pim, - struct channel_oil *c_oil, int input_vif_index, - const char *name); struct channel_oil *pim_channel_oil_del(struct channel_oil *c_oil, const char *name); -- cgit v1.2.3