Commit 6e583830 authored by Cremno's avatar Cremno

removed unused mrb_check_funcall

parent 3ca6c117
......@@ -247,7 +247,6 @@ mrb_value mrb_convert_type(mrb_state *mrb, mrb_value val, mrb_int type, const ch
int mrb_obj_is_kind_of(mrb_state *mrb, mrb_value obj, struct RClass *c);
mrb_value mrb_obj_inspect(mrb_state *mrb, mrb_value self);
mrb_value mrb_obj_clone(mrb_state *mrb, mrb_value self);
mrb_value mrb_check_funcall(mrb_state *mrb, mrb_value recv, mrb_sym mid, int argc, mrb_value *argv);
/* need to include <ctype.h> to use these macros */
#ifndef ISPRINT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment