status_t ExtendedPartitionHandle::DeleteChild(BMutablePartition* child) { BMutablePartition* parent = child->Parent(); status_t error = parent->DeleteChild(child); return error; }
status_t GPTPartitionHandle::DeleteChild(BMutablePartition* child) { BMutablePartition* parent = child->Parent(); return parent->DeleteChild(child); }