mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
pci: remove 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
1f4b1f60a9
commit
760b0962c6
@@ -272,22 +272,6 @@ impl BusDevice for VfioUserPciDevice {
|
||||
}
|
||||
}
|
||||
|
||||
#[repr(u32)]
|
||||
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord)]
|
||||
#[allow(dead_code)]
|
||||
enum Regions {
|
||||
Bar0,
|
||||
Bar1,
|
||||
Bar2,
|
||||
Bar3,
|
||||
Bar4,
|
||||
Bar5,
|
||||
Rom,
|
||||
Config,
|
||||
Vga,
|
||||
Migration,
|
||||
}
|
||||
|
||||
struct VfioUserClientWrapper {
|
||||
client: Arc<Mutex<Client>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user