mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: remove unneeded #[allow(dead_code)]
On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
committed by
Rob Bradford
parent
1c484e8725
commit
e9fa6e6295
@@ -104,7 +104,6 @@ impl GuestMemoryTarget {
|
||||
}
|
||||
|
||||
/// Returns the raw iovecs to be passed to the kernel for asynchronous I/O.
|
||||
#[allow(dead_code)]
|
||||
pub(super) fn iovecs(&self) -> &[libc::iovec] {
|
||||
&self.iovecs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user