From 121260448873f4257d05e31a25f5812538c2e2bf Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Mon, 27 May 2019 12:31:30 +0200 Subject: [PATCH] kernel: app_memdomain: remove unused defines Remove unused definition of MEMDOMAIN_ALIGN_SIZE macro from include/app_memory/app_memdomain.h. Signed-off-by: Ioannis Glaropoulos --- include/app_memory/app_memdomain.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/app_memory/app_memdomain.h b/include/app_memory/app_memdomain.h index 62ef4d93611..524e840d78c 100644 --- a/include/app_memory/app_memdomain.h +++ b/include/app_memory/app_memdomain.h @@ -12,15 +12,6 @@ #ifdef CONFIG_USERSPACE -#if defined(CONFIG_X86) -#define MEM_DOMAIN_ALIGN_SIZE _STACK_BASE_ALIGN -#elif defined(STACK_ALIGN) -#define MEM_DOMAIN_ALIGN_SIZE STACK_ALIGN -#else -#error "Not implemented for this architecture" -#endif - - /** * @brief Name of the data section for a particular partition *