Remove unused variable
This commit is contained in:
parent
9a2b76864c
commit
c61e437ef8
@ -145,8 +145,6 @@ impl ImprovPacket {
|
||||
}
|
||||
}
|
||||
|
||||
let data: Vec<u8> = Vec::new();
|
||||
|
||||
let length: usize = bytes[8].into();
|
||||
|
||||
if bytes.len() != length + 10 {
|
||||
|
Loading…
Reference in New Issue
Block a user