From a626be65c566ebc0fb5e1623037b3f6301bacd26 Mon Sep 17 00:00:00 2001 From: Mobashshera Rasool Date: Tue, 5 Jul 2022 02:25:03 -0700 Subject: [PATCH] pimd: Remove unused extern pim_channel_oil_list Removing the extern declaration of pim_channel_oil_list since its not required anymore. Signed-off-by: Mobashshera Rasool --- pimd/pim_oil.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/pimd/pim_oil.h b/pimd/pim_oil.h index d0c4921d07..5a2647b93f 100644 --- a/pimd/pim_oil.h +++ b/pimd/pim_oil.h @@ -187,9 +187,6 @@ extern int pim_channel_oil_compare(const struct channel_oil *c1, DECLARE_RBTREE_UNIQ(rb_pim_oil, struct channel_oil, oil_rb, pim_channel_oil_compare); - -extern struct list *pim_channel_oil_list; - void pim_oil_init(struct pim_instance *pim); void pim_oil_terminate(struct pim_instance *pim);