Remove superfluous return (1) missed in r292601.

Reported by:	Matthew D. Fuller (fullermd over-yonder.net),
		Kevin Bowling (kevin.bowling kev009.com)
MFC after:	13 days
X-MFC with:	r292601
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Bjoern A. Zeeb 2015-12-23 10:23:47 +00:00
parent 9cd69d502c
commit bf72bf1281
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292654

View File

@ -267,7 +267,6 @@ in6_detachhead(void **head, int off)
callout_drain(&V_rtq_mtutimer);
return (rn_detachhead(head));
return (1);
}
#endif