1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove unnecessary setup of the m->pkthdr.header pointer.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andre Oppermann 2013-08-25 09:41:37 +00:00
parent df3a21692b
commit edb159e1ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254831
2 changed files with 0 additions and 2 deletions

View File

@ -390,7 +390,6 @@ fddi_input(ifp, m)
goto dropanyway;
}
fh = mtod(m, struct fddi_header *);
m->m_pkthdr.header = (void *)fh;
/*
* Discard packet if interface is not up.

View File

@ -476,7 +476,6 @@ iso88025_input(ifp, m)
goto dropanyway;
}
th = mtod(m, struct iso88025_header *);
m->m_pkthdr.header = (void *)th;
/*
* Discard packet if interface is not up.