diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-07-05 16:19:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 16:19:05 +0300 |
| commit | ab3d497ad5e62e178112f7dafc5d85de63ea0744 (patch) | |
| tree | 83159794ec883a6cf4c146b3c08a697b264e2ff9 | |
| parent | da82615d4bbfe671441828e6af57c8b397c23340 (diff) | |
| parent | a626be65c566ebc0fb5e1623037b3f6301bacd26 (diff) | |
Merge pull request #11527 from mobash-rasool/fixes
pimd: Remove unused extern pim_channel_oil_list
| -rw-r--r-- | pimd/pim_oil.h | 3 |
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); |
