Remove unused variable

This commit is contained in:
clerie 2024-12-18 20:00:49 +01:00
parent 9a2b76864c
commit c61e437ef8

View File

@ -145,8 +145,6 @@ impl ImprovPacket {
}
}
let data: Vec<u8> = Vec::new();
let length: usize = bytes[8].into();
if bytes.len() != length + 10 {