Merge "liblp: delete unused function and fields"
This commit is contained in:
commit
37e8b5e587
1 changed files with 0 additions and 4 deletions
|
@ -144,7 +144,6 @@ class Partition final {
|
|||
std::vector<std::unique_ptr<Extent>> extents_;
|
||||
uint32_t attributes_;
|
||||
uint64_t size_;
|
||||
bool disabled_;
|
||||
};
|
||||
|
||||
// An interval in the metadata. This is similar to a LinearExtent with one difference.
|
||||
|
@ -321,9 +320,6 @@ class MetadataBuilder {
|
|||
// Set the LP_HEADER_FLAG_VIRTUAL_AB_DEVICE flag.
|
||||
void SetVirtualABDeviceFlag();
|
||||
|
||||
// If set, checks for slot suffixes will be ignored internally.
|
||||
void IgnoreSlotSuffixing();
|
||||
|
||||
bool GetBlockDeviceInfo(const std::string& partition_name, BlockDeviceInfo* info) const;
|
||||
bool UpdateBlockDeviceInfo(const std::string& partition_name, const BlockDeviceInfo& info);
|
||||
|
||||
|
|
Loading…
Reference in a new issue