summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/statusimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-06 16:00:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-07 06:31:46 +0200
commit089e68181e70aa96802f8ebe0acf6af73c02f5ae (patch)
treead9615c3af96458cea8d9c1b19645b1724bc9cb5 /cpukit/include/rtems/rtems/statusimpl.h
parentscore: Fix internal error status number (diff)
downloadrtems-089e68181e70aa96802f8ebe0acf6af73c02f5ae.tar.bz2
score: Replace Objects_Name_or_id_lookup_errors
Replace Objects_Name_or_id_lookup_errors with new Status_Control codes. Get rid of the _Status_Object_name_errors_to_status lookup table.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/statusimpl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/include/rtems/rtems/statusimpl.h b/cpukit/include/rtems/rtems/statusimpl.h
index 070c612202..f1944179e9 100644
--- a/cpukit/include/rtems/rtems/statusimpl.h
+++ b/cpukit/include/rtems/rtems/statusimpl.h
@@ -36,14 +36,6 @@ extern "C" {
* @{
*/
-/**
- * @brief Status Object Name Errors to Status Array
- *
- * This array is used to map SuperCore Object Handler return
- * codes to Classic API status codes.
- */
-extern const rtems_status_code _Status_Object_name_errors_to_status[];
-
RTEMS_INLINE_ROUTINE rtems_status_code _Status_Get(
Status_Control status
)