From 138af129df71edd6e0089cedf515605c966d9071 Mon Sep 17 00:00:00 2001 From: Ali Mohammed <ali.mohammed@hpe.com> Date: Fri, 8 Oct 2021 18:57:24 +0200 Subject: [PATCH] clean up redundant individual dist-cdo attributes. dist-layout is a mmbLayout that holds all fields now --- attributes/maestro-core-yaml.h | 2 +- maestro/attributes.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/attributes/maestro-core-yaml.h b/attributes/maestro-core-yaml.h index fc814c5a..ef43e907 100644 --- a/attributes/maestro-core-yaml.h +++ b/attributes/maestro-core-yaml.h @@ -719,4 +719,4 @@ unsigned char maestro_core_yaml[] = { 0x72, 0x6f, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x79, 0x61, 0x6d, 0x6c, 0x29, 0x0a }; -const size_t maestro_core_yaml_len = 9593; +const size_t maestro_core_yaml_len = 8618; diff --git a/maestro/attributes.c b/maestro/attributes.c index 0a699cc1..0952b439 100644 --- a/maestro/attributes.c +++ b/maestro/attributes.c @@ -92,9 +92,6 @@ const char *MSTRO_ATTR_CORE_CDO_ISDISTRIBUTED = const char *MSTRO_ATTR_CORE_CDO_DIST_LAYOUT = ".maestro.core.cdo.dist-layout"; -const char *MSTRO_ATTR_CORE_CDO_DIST_LAYOUT = - ".maestro.core.cdo.dist-layout"; - /* .... */ -- GitLab