obj: remove unused ob_parent pointer from object_t
This commit is contained in:
@@ -49,7 +49,6 @@ typedef struct object_type {
|
|||||||
|
|
||||||
typedef struct object {
|
typedef struct object {
|
||||||
uint32_t ob_magic;
|
uint32_t ob_magic;
|
||||||
struct object *ob_parent;
|
|
||||||
object_type_t *ob_type;
|
object_type_t *ob_type;
|
||||||
spin_lock_t ob_lock;
|
spin_lock_t ob_lock;
|
||||||
unsigned int ob_refcount;
|
unsigned int ob_refcount;
|
||||||
|
|||||||
Reference in New Issue
Block a user