GC unused fields.

This commit is contained in:
Maxim Sobolev 2005-03-25 10:39:23 +00:00
parent eb8d0e01c0
commit 710fa1d820
2 changed files with 0 additions and 2 deletions

View File

@ -128,7 +128,6 @@ struct axe_chain {
usbd_xfer_handle axe_xfer;
char *axe_buf;
struct mbuf *axe_mbuf;
int axe_accum;
int axe_idx;
};

View File

@ -150,7 +150,6 @@ struct cue_chain {
usbd_xfer_handle cue_xfer;
char *cue_buf;
struct mbuf *cue_mbuf;
int cue_accum;
int cue_idx;
};