<div dir="ltr">Analysis looks fine to me, Joel you alright with that?<div><br></div><div>I assume the doc patch will come with generation of the api?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 24, 2020 at 5:50 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This directive has no implementation.  It is documented in the RTEMS<br>
Classic API Guide.<br>
<br>
It was added by<br>
<br>
commit 6c06288f6452da96fa630f1482aeaaba5d217531<br>
Author: Joel Sherrill <joel.sherrill@OARcorp.com><br>
Date:   Tue Jan 29 21:52:21 2008 +0000<br>
<br>
without an implementation.  The later change<br>
<br>
commit fdc57ca4b6794dc17c7b7d94ae557da21e314d6a<br>
Author: Joel Sherrill <joel.sherrill@OARcorp.com><br>
Date:   Mon Nov 23 14:53:04 2009 +0000<br>
<br>
renamed the similar rtems_object_id_api_maximum_class() in<br>
rtems_object_api_minimum_class().<br>
<br>
The rtems_object_api_maximum_class() is documented and implemented.  It<br>
can be assumed that the rtems_object_id_api_maximum_class() is a<br>
fragement left over from development.<br>
---<br>
 cpukit/include/rtems/rtems/object.h | 17 -----------------<br>
 1 file changed, 17 deletions(-)<br>
<br>
diff --git a/cpukit/include/rtems/rtems/object.h b/cpukit/include/rtems/rtems/object.h<br>
index 8e8bfbf293..77c13f473f 100644<br>
--- a/cpukit/include/rtems/rtems/object.h<br>
+++ b/cpukit/include/rtems/rtems/object.h<br>
@@ -285,23 +285,6 @@ int rtems_object_api_maximum_class(<br>
   int api<br>
 );<br>
<br>
-<br>
-/**<br>
- * @brief Get Highest Valid Class Value<br>
- *<br>
- * This method returns the lowest valid value Class for the<br>
- * specified @a api. Each API supports a different number<br>
- * of object classes.<br>
- *<br>
- * @param[in] api is the API to obtain the maximum class of<br>
- *<br>
- * @retval This method returns the least valid value for<br>
- *         class number for the specified @a api.<br>
- */<br>
-int rtems_object_id_api_maximum_class(<br>
-  int api<br>
-);<br>
-<br>
 /**<br>
  * @brief Get API Name<br>
  *<br>
-- <br>
2.26.2<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>