diff --git a/src/dragonball/src/device_manager/blk_dev_mgr.rs b/src/dragonball/src/device_manager/blk_dev_mgr.rs index a34b951653..0493a818a4 100644 --- a/src/dragonball/src/device_manager/blk_dev_mgr.rs +++ b/src/dragonball/src/device_manager/blk_dev_mgr.rs @@ -285,7 +285,6 @@ impl std::fmt::Debug for BlockDeviceInfo { pub type BlockDeviceInfo = DeviceConfigInfo; /// Wrapper for the collection that holds all the Block Devices Configs -//#[derive(Clone, Debug, Deserialize, PartialEq, Serialize)] #[derive(Clone)] pub struct BlockDeviceMgr { /// A list of `BlockDeviceInfo` objects.