mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-19 03:32:53 -05:00
Remove redundant 'status' field.
This commit is contained in:
parent
ae6ae5ff9e
commit
f1de5bff2a
1 changed files with 0 additions and 2 deletions
|
@ -99,7 +99,6 @@ pub struct DeviceId {
|
|||
pub struct NetMD {
|
||||
usb_interface: UsbInterface,
|
||||
model: DeviceId,
|
||||
status: Option<Status>,
|
||||
}
|
||||
|
||||
impl NetMD {
|
||||
|
@ -132,7 +131,6 @@ impl NetMD {
|
|||
Ok(Self {
|
||||
usb_interface,
|
||||
model,
|
||||
status: None,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue