mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: vsock: drop a useless line
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -509,7 +509,6 @@ impl VsockMuxer {
|
|||||||
.map_err(Error::UnixRead)?;
|
.map_err(Error::UnixRead)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
let _ = command;
|
|
||||||
let command = partial_command_map.remove(&stream.as_raw_fd()).unwrap();
|
let command = partial_command_map.remove(&stream.as_raw_fd()).unwrap();
|
||||||
|
|
||||||
let mut word_iter = std::str::from_utf8(&command.buf[..command.len])
|
let mut word_iter = std::str::from_utf8(&command.buf[..command.len])
|
||||||
|
|||||||
Reference in New Issue
Block a user