1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-09 13:42:56 +00:00

Remove unused variable, spl() manipulation isn't done for the ifq now.

This commit is contained in:
Jonathan Lemon 2000-11-25 07:50:27 +00:00
parent df5e198723
commit 4851f97cf1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69153

View File

@ -478,7 +478,6 @@ ether_demux(ifp, eh, m)
{
struct ifqueue *inq;
u_short ether_type;
int s;
#if defined(NETATALK)
register struct llc *l;
#endif