summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/confdefs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 00ba59b681..e154a7a377 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -594,11 +594,6 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
*/
#include <rtems/score/scheduler.h>
-#if defined(CONFIGURE_SCHEDULER_USER) && \
- !defined(CONFIGURE_SCHEDULER_USER_ENTRY_POINTS)
- #error "CONFIGURE_ERROR: CONFIGURE_SCHEDULER_USER requires CONFIGURE_SCHEDULER_USER_ENTRY_POINTS"
-#endif
-
#if !defined(RTEMS_SMP)
#undef CONFIGURE_SCHEDULER_SIMPLE_SMP
#endif
@@ -710,14 +705,6 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
_Configure_From_workspace(sizeof(Scheduler_CBS_Per_thread)))
#endif
-#if defined(CONFIGURE_SCHEDULER_USER)
- #define CONFIGURE_SCHEDULER_ENTRY_POINTS \
- CONFIGURE_SCHEDULER_USER_ENTRY_POINTS
-
- #define CONFIGURE_SCHEDULER_MEMORY_FOR_SCHEDULER \
- CONFIGURE_SCHEDULER_USER_MEMORY_FOR_SCHEDULER
-#endif
-
/*
* Set up the scheduler entry points table. The scheduling code uses
* this code to know which scheduler is configured by the user.