[rtems commit] config: Remove unused configuration constant
Sebastian Huber
sebh at rtems.org
Mon Feb 17 07:46:39 UTC 2020
Module: rtems
Branch: master
Commit: e85f168eaca84bbc1e8e57d7018ba1f98c6e9af6
Changeset: http://git.rtems.org/rtems/commit/?id=e85f168eaca84bbc1e8e57d7018ba1f98c6e9af6
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Feb 13 16:56:20 2020 +0100
config: Remove unused configuration constant
---
cpukit/include/rtems/confdefs.h | 1 -
cpukit/include/rtems/config.h | 10 ----------
2 files changed, 11 deletions(-)
diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h
index f39172cf..137a9ed 100644
--- a/cpukit/include/rtems/confdefs.h
+++ b/cpukit/include/rtems/confdefs.h
@@ -2723,7 +2723,6 @@ struct _reent *__getreent(void)
*/
const rtems_configuration_table Configuration = {
CONFIGURE_EXECUTIVE_RAM_SIZE, /* required RTEMS workspace */
- CONFIGURE_MAXIMUM_USER_EXTENSIONS, /* maximum dynamic extensions */
CONFIGURE_MICROSECONDS_PER_TICK, /* microseconds per clock tick */
CONFIGURE_TICKS_PER_TIMESLICE, /* ticks per timeslice quantum */
CONFIGURE_IDLE_TASK_BODY, /* user's IDLE task */
diff --git a/cpukit/include/rtems/config.h b/cpukit/include/rtems/config.h
index 1c9b35d..51e437f 100644
--- a/cpukit/include/rtems/config.h
+++ b/cpukit/include/rtems/config.h
@@ -87,16 +87,6 @@ typedef struct {
*/
uintptr_t work_space_size;
- /**
- * This field contains the maximum number of POSIX API
- * key value pairs which are configured for this application.
- *
- * @note There can be potentially be a key/value pair for
- * every thread to use every key. But normally this
- * many are not needed in a system.
- */
- uint32_t maximum_key_value_pairs;
-
/**
* This field specifies the number of microseconds which elapse
* between clock ticks. This is the basis for RTEMS timing.
More information about the vc
mailing list