summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/sapi/include/rtems/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 6426121bf4..55b7bdac38 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -280,12 +280,6 @@ extern rtems_configuration_table Configuration;
#define rtems_configuration_get_idle_task_stack_size() \
(Configuration.idle_task_stack_size)
-/* XXX We need to get this from the generated table
- * since BSPs need it before the pointer is set.
- * Eventually all should be done this way.
- */
-extern rtems_configuration_table Configuration;
-
#define rtems_configuration_get_interrupt_stack_size() \
(Configuration.interrupt_stack_size)