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 *