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