diff --git a/src/modules/partition/PartitionCoreModule.h b/src/modules/partition/PartitionCoreModule.h index bbdf6d536..7bf25e4a2 100644 --- a/src/modules/partition/PartitionCoreModule.h +++ b/src/modules/partition/PartitionCoreModule.h @@ -51,9 +51,6 @@ public: void createPartitionTable( Device* device, PartitionTable::TableType type ); - /** - * Takes ownership of partitionInfo - */ void createPartition( Device* device, Partition* partition ); void deletePartition( Device* device, Partition* partition );