summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-25 20:26:02 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-07 14:22:02 +0100
commitf70079ca20b11da6e481ddfeab4516545ec71cbd (patch)
tree1e0ed015de156f47708ca69b37b05c2eb9edabd4 /cpukit/include/rtems/score
parentscore: Remove Objects_Information::maximum (diff)
downloadrtems-f70079ca20b11da6e481ddfeab4516545ec71cbd.tar.bz2
score: Remove Objects_Information::the_api
Remove Objects_Information::the_class. This information is already contained in Objects_Information::maximum_id. Update #3621.
Diffstat (limited to 'cpukit/include/rtems/score')
-rw-r--r--cpukit/include/rtems/score/objectimpl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/include/rtems/score/objectimpl.h b/cpukit/include/rtems/score/objectimpl.h
index cf670b9c98..e32533c8f3 100644
--- a/cpukit/include/rtems/score/objectimpl.h
+++ b/cpukit/include/rtems/score/objectimpl.h
@@ -137,10 +137,6 @@ typedef struct {
* (OBJECTS_NO_STRING_NAME).
*/
uint16_t name_length;
- /** This field indicates the API of this object class. */
- uint8_t the_api;
- /** This is the class of this object set. */
- uint8_t the_class;
/** This is the true if unlimited objects in this class. */
bool auto_extend;
/** This is the chain of inactive control blocks. */