mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
GC unused fields.
This commit is contained in:
parent
eb8d0e01c0
commit
710fa1d820
2 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue