diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-02-26 10:14:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-26 10:14:29 -0500 |
| commit | d28acb1d0ec7946b55bf57de2467728054725e33 (patch) | |
| tree | f98f462ee0a4ba8f65c14deefb7f8c5fb9d84937 /pimd/pim_iface.c | |
| parent | 3bf65aa1ae5fb69bf97c6dc54775a25c13cc4c59 (diff) | |
| parent | 8f26d9da67a8a936859e24bbfd203d632d43af20 (diff) | |
Merge pull request #10665 from opensourcerouting/pim6-fix-warning
pimd: fix unused variable
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); } |
