diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-02-26 15:32:41 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-02-26 15:32:48 +0100 |
| commit | 8f26d9da67a8a936859e24bbfd203d632d43af20 (patch) | |
| tree | f98f462ee0a4ba8f65c14deefb7f8c5fb9d84937 /pimd/pim_iface.c | |
| parent | 3bf65aa1ae5fb69bf97c6dc54775a25c13cc4c59 (diff) | |
pimd: fix unused variable
Fix `-Werror` build.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_iface.c')
| -rw-r--r-- | pimd/pim_iface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pimd/pim_iface.c b/pimd/pim_iface.c index d6016d060b..5425aec233 100644 --- a/pimd/pim_iface.c +++ b/pimd/pim_iface.c @@ -205,8 +205,6 @@ void pim_if_delete(struct interface *ifp) pim_ifp->pim->mcast_if_count--; #if PIM_IPV == 4 - struct pim_ifchannel *ch; - if (pim_ifp->gm_join_list) { pim_if_igmp_join_del_all(ifp); } |
