mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-19 11:42: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 {
|
pub struct NetMD {
|
||||||
usb_interface: UsbInterface,
|
usb_interface: UsbInterface,
|
||||||
model: DeviceId,
|
model: DeviceId,
|
||||||
status: Option<Status>,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl NetMD {
|
impl NetMD {
|
||||||
|
@ -132,7 +131,6 @@ impl NetMD {
|
||||||
Ok(Self {
|
Ok(Self {
|
||||||
usb_interface,
|
usb_interface,
|
||||||
model,
|
model,
|
||||||
status: None,
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue