summaryrefslogtreecommitdiffstats
path: root/rtems_init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-10 19:14:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-10 19:14:45 +0000
commitcc5eaa6cb9e03f939e2d98056ea62bc60c73d7ab (patch)
treebe56451605483f980dc1f69206d3dc2eced2855a /rtems_init.c
parent2009-12-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-cc5eaa6cb9e03f939e2d98056ea62bc60c73d7ab.tar.bz2
2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems_init.c: BSP_Configuration is obsolete.
Diffstat (limited to 'rtems_init.c')
-rw-r--r--rtems_init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/rtems_init.c b/rtems_init.c
index f87c4ed..288ec7c 100644
--- a/rtems_init.c
+++ b/rtems_init.c
@@ -27,9 +27,6 @@
#include "FilesystemImage.h"
#endif
-
-extern rtems_configuration_table BSP_Configuration;
-
/*
* Using GNAT's Distributed Systems Annex support requires
* each node in the system to have different pid's. In a
@@ -124,8 +121,6 @@ void parse_arguments(
}
#endif
}
-
-
#endif
/*