From dc76d98a530d30629fe0cf239dec34d1f5dc8b27 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 11 Apr 2013 13:57:10 +0200 Subject: [PATCH] sapi: Fix unified workspace option --- cpukit/sapi/include/confdefs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 41a50c48b7..1e1e3bb39e 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -870,10 +870,6 @@ rtems_fs_init_functions_t rtems_fs_init_helper = * these to provide one larger memory pool. This is particularly * useful in combination with the unlimited objects configuration. */ - #ifndef CONFIGURE_UNIFIED_WORK_AREAS - #define CONFIGURE_UNIFIED_WORK_AREAS - #endif - #ifdef CONFIGURE_UNIFIED_WORK_AREAS Heap_Control *RTEMS_Malloc_Heap = &_Workspace_Area; #else