Remove superfluous break.

This commit is contained in:
Maxim Sobolev 2002-09-10 09:18:33 +00:00
parent 2ccf2e0e6d
commit 2b82e3b367

View File

@ -185,7 +185,6 @@ gre_input2(struct mbuf *m ,int hlen, u_char proto)
case ETHERTYPE_IP: /* shouldn't need a schednetisr(), as */
ifq = &ipintrq; /* we are in ip_input */
break;
break;
#ifdef NS
case ETHERTYPE_NS:
ifq = &nsintrq;