--- src/sys/dev/netif/em/if_em.h 2005/10/17 06:18:36 1.11 +++ src/sys/dev/netif/em/if_em.h 2005/11/08 12:48:18 1.12 @@ -1,6 +1,6 @@ /************************************************************************** -Copyright (c) 2001-2003, Intel Corporation +Copyright (c) 2001-2005, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without @@ -428,10 +428,6 @@ struct adapter { boolean_t pcix_82544; boolean_t in_detach; -#ifdef DBG_STATS - unsigned long no_pkts_avail; - unsigned long clean_tx_interrupts; -#endif struct em_hw_stats stats; };