diff options
Diffstat (limited to 'usr/src/uts/common/sys/mac_flow_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/mac_flow_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/mac_flow_impl.h b/usr/src/uts/common/sys/mac_flow_impl.h index ad84940aa6..f01d9d486c 100644 --- a/usr/src/uts/common/sys/mac_flow_impl.h +++ b/usr/src/uts/common/sys/mac_flow_impl.h @@ -319,7 +319,6 @@ struct flow_entry_s { /* Protected by */ kstat_t *fe_ksp; flow_stats_t fe_flowstats; boolean_t fe_desc_logged; - zoneid_t fe_zoneid; uint64_t fe_nic_speed; }; |