Author: kevlo
Date: Tue Oct 21 03:18:02 2008
New Revision: 184107
URL: http://svn.freebsd.org/changeset/base/184107

Log:
  Remove unused age_txdq

Modified:
  head/sys/dev/age/if_agevar.h

Modified: head/sys/dev/age/if_agevar.h
==============================================================================
--- head/sys/dev/age/if_agevar.h        Tue Oct 21 03:16:50 2008        
(r184106)
+++ head/sys/dev/age/if_agevar.h        Tue Oct 21 03:18:02 2008        
(r184107)
@@ -68,8 +68,6 @@ struct age_txdesc {
        struct tx_desc          *tx_desc;
 };
 
-STAILQ_HEAD(age_txdq, age_txdesc);
-
 struct age_rxdesc {
        struct mbuf             *rx_m;
        bus_dmamap_t            rx_dmamap;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to