virtio-devices: vsock: drop a useless line
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
82ac114b8a
commit
f5b2eb5c76
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue