summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/config.h')
-rw-r--r--cpukit/include/rtems/config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/include/rtems/config.h b/cpukit/include/rtems/config.h
index 1c9b35da87..51e437f48a 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.