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:
bz 2015-12-23 10:23:47 +00:00
parent 5275d9d01c
commit bd04375ea4

View File

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