Remove unused struct field vlan_stripping.
authorjan <jan@openbsd.org>
Fri, 4 Aug 2023 10:58:27 +0000 (10:58 +0000)
committerjan <jan@openbsd.org>
Fri, 4 Aug 2023 10:58:27 +0000 (10:58 +0000)
pointed out by bluhm

ok bluhm@

sys/dev/pci/if_ix.h

index 41d7561..ec2ac57 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_ix.h,v 1.45 2022/06/27 15:11:23 jan Exp $  */
+/*     $OpenBSD: if_ix.h,v 1.46 2023/08/04 10:58:27 jan Exp $  */
 
 /******************************************************************************
 
@@ -225,7 +225,6 @@ struct ix_softc {
        struct ifmedia          media;
        struct intrmap          *sc_intrmap;
        int                     if_flags;
-       int                     vlan_stripping;
 
        uint16_t                num_vlans;
        uint16_t                num_queues;