Remove now-unused NETISR_USB.

This commit is contained in:
Robert Watson 2009-05-13 17:17:05 +00:00
parent c834e61abd
commit 270b609935
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192048

View file

@ -53,7 +53,6 @@
#define NETISR_ATALK1 17 /* Appletalk phase 1 */
#define NETISR_ARP 18 /* same as AF_LINK */
#define NETISR_IPX 23 /* same as AF_IPX */
#define NETISR_USB 25 /* USB soft interrupt */
#define NETISR_PPP 26 /* PPP soft interrupt */
#define NETISR_IPV6 27
#define NETISR_NATM 28