mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
Dragonball: delete redundant comments in blk_dev_mgr
delete redundent derive part for BlockDeviceMgr. fixes: #5396 Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
This commit is contained in:
parent
d2bf2f5dd0
commit
a743e37daf
@ -285,7 +285,6 @@ impl std::fmt::Debug for BlockDeviceInfo {
|
||||
pub type BlockDeviceInfo = DeviceConfigInfo<BlockDeviceConfigInfo>;
|
||||
|
||||
/// 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.
|
||||
|
Loading…
Reference in New Issue
Block a user