mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +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>;
|
pub type BlockDeviceInfo = DeviceConfigInfo<BlockDeviceConfigInfo>;
|
||||||
|
|
||||||
/// Wrapper for the collection that holds all the Block Devices Configs
|
/// Wrapper for the collection that holds all the Block Devices Configs
|
||||||
//#[derive(Clone, Debug, Deserialize, PartialEq, Serialize)]
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct BlockDeviceMgr {
|
pub struct BlockDeviceMgr {
|
||||||
/// A list of `BlockDeviceInfo` objects.
|
/// A list of `BlockDeviceInfo` objects.
|
||||||
|
Loading…
Reference in New Issue
Block a user