[partition] Remove unused PartitionLayout constructor
- The constructor PartitionLayout with PartitionEntry appears to be unused since its always. Drop it!
This commit is contained in:
parent
f2960366c8
commit
eae1e90dce
@ -48,12 +48,6 @@ PartitionLayout::PartitionLayout()
|
||||
{
|
||||
}
|
||||
|
||||
PartitionLayout::PartitionLayout( PartitionLayout::PartitionEntry entry )
|
||||
: PartitionLayout()
|
||||
{
|
||||
m_partLayout.append( entry );
|
||||
}
|
||||
|
||||
PartitionLayout::PartitionLayout( const PartitionLayout& layout )
|
||||
: m_defaultFsType( layout.m_defaultFsType )
|
||||
, m_partLayout( layout.m_partLayout )
|
||||
|
@ -59,7 +59,6 @@ public:
|
||||
};
|
||||
|
||||
PartitionLayout();
|
||||
PartitionLayout( PartitionEntry entry );
|
||||
PartitionLayout( const PartitionLayout& layout );
|
||||
~PartitionLayout();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user