From c05709f76b9fe19e5d385e7fb56ca9c177d66ac3 Mon Sep 17 00:00:00 2001 From: Ali Mohammed <ali.mohammed@hpe.com> Date: Wed, 24 Nov 2021 16:36:45 +0100 Subject: [PATCH] remove redundant functions --- attributes/maestro-schema.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/attributes/maestro-schema.h b/attributes/maestro-schema.h index e8b2f3b5..d84cbd97 100644 --- a/attributes/maestro-schema.h +++ b/attributes/maestro-schema.h @@ -275,15 +275,6 @@ mstro_attribute_pool_find_dist_layout( Mstro__Pool__Attributes *attributes, mmbLayout **dist_layout); -/** If a CDO has is_distributed flag set at the mstro_pm_cdo_registry_entry but - * the cdo handle does not has a distribution defined, - * - * we cook up a default distributed for it, which consists of one piece holding - * all the cdo data */ -mstro_status -mstro_attribute_create_default_dist_layout(mmbLayout *src_layout, mmbLayout **default_layout); - - /** Destroy a pool manager message containing references to the values in dict. * * This function must be used instead of the generic protobuf deallocators to avoid freeing values still -- GitLab