mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
The variable is write once only and not used.
Recover the vertical space. Sponsored by: The FreeBSD Foundation MFC After: 3 days Obtained from: p4 CH=180830 Reviewed by: gnn, hiren Differential Revision: https://reviews.freebsd.org/D4898
This commit is contained in:
parent
252a329b5b
commit
df56caeeb1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294514
@ -659,16 +659,12 @@ igmp_ifdetach(struct ifnet *ifp)
|
||||
void
|
||||
igmp_domifdetach(struct ifnet *ifp)
|
||||
{
|
||||
struct igmp_ifsoftc *igi;
|
||||
|
||||
CTR3(KTR_IGMPV3, "%s: called for ifp %p(%s)",
|
||||
__func__, ifp, ifp->if_xname);
|
||||
|
||||
IGMP_LOCK();
|
||||
|
||||
igi = ((struct in_ifinfo *)ifp->if_afdata[AF_INET])->ii_igmp;
|
||||
igi_delete_locked(ifp);
|
||||
|
||||
IGMP_UNLOCK();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user