mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
devices: 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
e9fa6e6295
commit
5da4406a87
@@ -234,7 +234,6 @@ pub fn create_file_name(name: &str) -> [u8; FILE_NAME_SIZE] {
|
|||||||
c_name
|
c_name
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)]
|
|
||||||
#[repr(C, packed)]
|
#[repr(C, packed)]
|
||||||
#[derive(Debug, IntoBytes, FromBytes, Clone, Copy)]
|
#[derive(Debug, IntoBytes, FromBytes, Clone, Copy)]
|
||||||
struct BootE820Entry {
|
struct BootE820Entry {
|
||||||
|
|||||||
Reference in New Issue
Block a user