summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mruby/object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mruby/object.h b/include/mruby/object.h
index 544450040..ee45b1e60 100644
--- a/include/mruby/object.h
+++ b/include/mruby/object.h
@@ -44,7 +44,5 @@ struct RObject {
#define mrb_obj_ptr(v) ((struct RObject*)((v).value.p))
#define mrb_basic(v) ((struct RBasic*)((v).value.p))
-#define ROBJECT_IVPTR(v) (((struct RObject*)((v).value.p))->iv)
-#define ROBJECT_NUMIV(v) (ROBJECT_IVPTR(v) ? ROBJECT_IVPTR(v)->size : 0)
#endif /* MRUBY_OBJECT_H */