From 588646279951ff696f3893a4c2e79aa1ba67fccf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Feb 2020 17:24:45 +0100 Subject: config: Remove unused declaration and defines Update #3875. --- cpukit/include/rtems/confdefs.h | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h index 137a9edb5c..a8fb391496 100644 --- a/cpukit/include/rtems/confdefs.h +++ b/cpukit/include/rtems/confdefs.h @@ -108,13 +108,6 @@ extern "C" { */ extern rtems_initialization_tasks_table Initialization_tasks[]; -#if defined(RTEMS_MULTIPROCESSING) - /** - * This it the distributed multiprocessing configuration table. - */ - extern rtems_multiprocessing_table Multiprocessing_configuration; -#endif - /** * This macro determines whether the RTEMS reentrancy support for * the Newlib C Library is enabled. @@ -123,12 +116,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; #undef RTEMS_NEWLIB #endif -#if (defined(RTEMS_NEWLIB) && !defined(CONFIGURE_DISABLE_NEWLIB_REENTRANCY)) - #define _CONFIGURE_NEWLIB_EXTENSION 1 -#else - #define _CONFIGURE_NEWLIB_EXTENSION 0 -#endif - #ifndef RTEMS_SCHEDSIM #include @@ -630,15 +617,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; #warning "STACK_CHECKER_ON deprecated -- use CONFIGURE_STACK_CHECKER_ENABLED" #endif -/** - * This configures the stack checker user extension. - */ -#ifdef CONFIGURE_STACK_CHECKER_ENABLED - #define _CONFIGURE_STACK_CHECKER_EXTENSION 1 -#else - #define _CONFIGURE_STACK_CHECKER_EXTENSION 0 -#endif - /** * @brief Maximum priority configuration. * -- cgit v1.2.3