Remove unused age_txdq

This commit is contained in:
Kevin Lo 2008-10-21 03:18:02 +00:00
parent 381a7c1a83
commit 8dd3202c26

View File

@ -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;