mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: 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
c348d6598e
commit
f1f02e7144
@@ -84,7 +84,6 @@ pub enum BootPageAcceptance {
|
||||
|
||||
/// The startup memory type used to notify a well behaved host that memory should be present before attempting to
|
||||
/// start the guest.
|
||||
#[allow(dead_code)]
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||
pub enum StartupMemoryType {
|
||||
/// The range is normal memory.
|
||||
|
||||
Reference in New Issue
Block a user