[partition] Remove unused PartitionLayout constructor

- The constructor PartitionLayout with PartitionEntry appears to be
  unused since its always. Drop it!
This commit is contained in:
Gaël PORTAY 2020-06-22 09:59:30 -04:00
parent f2960366c8
commit eae1e90dce
2 changed files with 0 additions and 7 deletions

View file

@ -59,7 +59,6 @@ public:
};
PartitionLayout();
PartitionLayout( PartitionEntry entry );
PartitionLayout( const PartitionLayout& layout );
~PartitionLayout();