summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-20 18:46:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-27 08:44:43 +0100
commit2406fe894e5537a5712d686028bdb2fbbcc650c8 (patch)
tree17e8b0c8c761e5777b90c81d839cace0006fd7b7
parentUse CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE (diff)
downloadrtems-2406fe894e5537a5712d686028bdb2fbbcc650c8.tar.bz2
rtems: Delete rtems_object_id_api_maximum_class()
This directive has no implementation. It is documented in the RTEMS Classic API Guide. It was added by commit 6c06288f6452da96fa630f1482aeaaba5d217531 Author: Joel Sherrill <joel.sherrill@OARcorp.com> Date: Tue Jan 29 21:52:21 2008 +0000 without an implementation. The later change commit fdc57ca4b6794dc17c7b7d94ae557da21e314d6a Author: Joel Sherrill <joel.sherrill@OARcorp.com> Date: Mon Nov 23 14:53:04 2009 +0000 renamed the similar rtems_object_id_api_minimum_class() in rtems_object_api_minimum_class(). The rtems_object_api_maximum_class() is documented and implemented. It can be assumed that the rtems_object_id_api_maximum_class() is a fragement left over from development.
-rw-r--r--cpukit/include/rtems/rtems/object.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/cpukit/include/rtems/rtems/object.h b/cpukit/include/rtems/rtems/object.h
index 8e8bfbf293..77c13f473f 100644
--- a/cpukit/include/rtems/rtems/object.h
+++ b/cpukit/include/rtems/rtems/object.h
@@ -285,23 +285,6 @@ int rtems_object_api_maximum_class(
int api
);
-
-/**
- * @brief Get Highest Valid Class Value
- *
- * This method returns the lowest valid value Class for the
- * specified @a api. Each API supports a different number
- * of object classes.
- *
- * @param[in] api is the API to obtain the maximum class of
- *
- * @retval This method returns the least valid value for
- * class number for the specified @a api.
- */
-int rtems_object_id_api_maximum_class(
- int api
-);
-
/**
* @brief Get API Name
*