Removing unused OBJ_SUPER
This commit was SVN r723.
Этот коммит содержится в:
родитель
53fca4f6b7
Коммит
e63f840339
@ -266,15 +266,6 @@ static inline void lam_obj_release(lam_object_t *obj)
|
||||
#define CLASS_INFO(type) (&(type ## _class_info))
|
||||
|
||||
|
||||
/**
|
||||
* Return a pointer to the parent of the object
|
||||
*
|
||||
* @param obj Pointer to the object
|
||||
* @return Pointer to the parent object
|
||||
*/
|
||||
#define OBJ_SUPER(obj) (&((obj)->super))
|
||||
|
||||
|
||||
/**
|
||||
* Create an object: dynamically allocate storage and run the class
|
||||
* constructor.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user