mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unused argument of mrb_obj_iv_tbl_memsize
This commit is contained in:
+1
-1
@@ -1120,7 +1120,7 @@ mrb_class_find_path(mrb_state *mrb, struct RClass *c)
|
||||
}
|
||||
|
||||
size_t
|
||||
mrb_obj_iv_tbl_memsize(mrb_state* mrb, mrb_value obj)
|
||||
mrb_obj_iv_tbl_memsize(mrb_value obj)
|
||||
{
|
||||
iv_tbl *t = mrb_obj_ptr(obj)->iv;
|
||||
if (t == NULL) return 0;
|
||||
|
||||
Reference in New Issue
Block a user