1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Fix warning: 848: warning: label `nosupport' defined but not used

This commit is contained in:
Peter Wemm 2001-06-15 07:33:09 +00:00
parent d490e63aa7
commit 6cac567e1b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78250

View File

@ -844,7 +844,6 @@ sppp_output(struct ifnet *ifp, struct mbuf *m,
ETHERTYPE_IPX : PPP_IPX);
break;
#endif
nosupport:
default:
m_freem (m);
++ifp->if_oerrors;