summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-07-05 16:19:05 +0300
committerGitHub <noreply@github.com>2022-07-05 16:19:05 +0300
commitab3d497ad5e62e178112f7dafc5d85de63ea0744 (patch)
tree83159794ec883a6cf4c146b3c08a697b264e2ff9
parentda82615d4bbfe671441828e6af57c8b397c23340 (diff)
parenta626be65c566ebc0fb5e1623037b3f6301bacd26 (diff)
Merge pull request #11527 from mobash-rasool/fixes
pimd: Remove unused extern pim_channel_oil_list
-rw-r--r--pimd/pim_oil.h3
1 files changed, 0 insertions, 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);