[rtems commit] config: Remove unused declaration and defines
Sebastian Huber
sebh at rtems.org
Mon Feb 17 07:46:39 UTC 2020
Module: rtems
Branch: master
Commit: 588646279951ff696f3893a4c2e79aa1ba67fccf
Changeset: http://git.rtems.org/rtems/commit/?id=588646279951ff696f3893a4c2e79aa1ba67fccf
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Feb 14 17:24:45 2020 +0100
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 137a9ed..a8fb391 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 <rtems/libio_.h>
@@ -631,15 +618,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
#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.
*
* This configures the maximum priority value that
More information about the vc
mailing list