GC unused fields.
This commit is contained in:
parent
eb8d0e01c0
commit
710fa1d820
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user