From f70079ca20b11da6e481ddfeab4516545ec71cbd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 25 Nov 2018 20:26:02 +0100 Subject: score: Remove Objects_Information::the_api Remove Objects_Information::the_class. This information is already contained in Objects_Information::maximum_id. Update #3621. --- cpukit/include/rtems/score/objectimpl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/include/rtems') 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. */ -- cgit v1.2.3