obj: remove unused ob_parent pointer from object_t

This commit is contained in:
2023-04-09 21:26:33 +01:00
parent e38ca58f18
commit f7d581d352

View File

@@ -49,7 +49,6 @@ typedef struct object_type {
typedef struct object {
uint32_t ob_magic;
struct object *ob_parent;
object_type_t *ob_type;
spin_lock_t ob_lock;
unsigned int ob_refcount;