summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/config.h b/cpukit/rtems/include/rtems/rtems/config.h
index 4b2c54eb5c..77ee798d74 100644
--- a/cpukit/rtems/include/rtems/rtems/config.h
+++ b/cpukit/rtems/include/rtems/rtems/config.h
@@ -54,12 +54,6 @@ typedef struct {
uint32_t maximum_tasks;
/**
- * This field indicates whether Classic API notepads are
- * enabled or disabled.
- */
- bool notepads_enabled;
-
- /**
* This field contains the maximum number of Classic API
* Timers which are configured for this application.
*/
@@ -133,13 +127,6 @@ extern rtems_api_configuration_table Configuration_RTEMS_API;
/**@}*/
/**
- * This macro returns the value of the notepads enabled field
- * in the Classic API configuration table.
- */
-#define rtems_configuration_get_notepads_enabled() \
- rtems_configuration_get_rtems_api_configuration()->notepads_enabled
-
-/**
* This macro returns the number of Classic API semaphores configured.
*/
#define rtems_configuration_get_maximum_semaphores() \