Remove old macro

This commit is contained in:
Justin Ethier 2019-08-23 10:21:58 -04:00
parent 66ff7f6380
commit fccc9630cf

View file

@ -66,12 +66,6 @@ enum object_tag {
#define obj_is_not_closure(obj) \
((obj == NULL) || is_value_type(obj) || (type_of(obj) > macro_tag))
/**
* Returns a true value if object is not a closure, or false otherwise
*/
#define type_is_pair_prim(clo) (obj_is_not_closure(clo))
/**
* Defines the size of object tags
* \ingroup objects