Skip to content

Commit

Permalink
removed unused mrb_funcargv_t
Browse files Browse the repository at this point in the history
  • Loading branch information
cremno committed Jan 30, 2013
1 parent 184a721 commit 3ca6c11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/mruby.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ typedef struct mrb_state {
} mrb_state;

typedef mrb_value (*mrb_func_t)(mrb_state *mrb, mrb_value);
typedef mrb_value (*mrb_funcargv_t)(mrb_state *mrb, mrb_value, int argc, mrb_value* argv);
struct RClass *mrb_define_class(mrb_state *, const char*, struct RClass*);
struct RClass *mrb_define_module(mrb_state *, const char*);
mrb_value mrb_singleton_class(mrb_state*, mrb_value);
Expand Down

0 comments on commit 3ca6c11

Please sign in to comment.