config: Remove unused declaration and defines

Update #3875.
This commit is contained in:
Sebastian Huber
2020-02-14 17:24:45 +01:00
parent dbb7ac6f23
commit 5886462799

View File

@@ -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 <rtems/libio_.h>
@@ -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.
*