svn commit: r230508 - head/sys/netinet

Gleb Smirnoff glebius at FreeBSD.org
Tue Jan 24 14:27:14 UTC 2012


Author: glebius
Date: Tue Jan 24 14:27:14 2012
New Revision: 230508
URL: http://svn.freebsd.org/changeset/base/230508

Log:
  Remove unused variable.

Modified:
  head/sys/netinet/in_mcast.c

Modified: head/sys/netinet/in_mcast.c
==============================================================================
--- head/sys/netinet/in_mcast.c	Tue Jan 24 14:17:13 2012	(r230507)
+++ head/sys/netinet/in_mcast.c	Tue Jan 24 14:27:14 2012	(r230508)
@@ -1178,11 +1178,8 @@ out_inm_release:
 int
 in_leavegroup(struct in_multi *inm, /*const*/ struct in_mfilter *imf)
 {
-	struct ifnet *ifp;
 	int error;
 
-	ifp = inm->inm_ifp;
-
 	IN_MULTI_LOCK();
 	error = in_leavegroup_locked(inm, imf);
 	IN_MULTI_UNLOCK();


More information about the svn-src-head mailing list