From 089e68181e70aa96802f8ebe0acf6af73c02f5ae Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 6 Apr 2021 16:00:35 +0200 Subject: 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. --- cpukit/include/rtems/rtems/statusimpl.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpukit/include/rtems/rtems/statusimpl.h') 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 ) -- cgit v1.2.3