From 760b0962c69e82dd282cf2a2aea406ea0c6d33b0 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Wed, 3 Jun 2026 09:30:01 +0200 Subject: [PATCH] pci: remove dead code On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster --- pci/src/vfio_user.rs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pci/src/vfio_user.rs b/pci/src/vfio_user.rs index 0a1c24cff..d29454c88 100644 --- a/pci/src/vfio_user.rs +++ b/pci/src/vfio_user.rs @@ -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>, }