Skip to content

Commit f89fe04

Browse files
committed
Remove unneeded function prototypes
1 parent ec16888 commit f89fe04

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

include/mruby.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,9 +1083,6 @@ MRB_API mrb_value mrb_Float(mrb_state *mrb, mrb_value val);
10831083
MRB_API mrb_value mrb_inspect(mrb_state *mrb, mrb_value obj);
10841084
MRB_API mrb_bool mrb_eql(mrb_state *mrb, mrb_value obj1, mrb_value obj2);
10851085

1086-
static inline int mrb_gc_arena_save(mrb_state*);
1087-
static inline void mrb_gc_arena_restore(mrb_state*,int);
1088-
10891086
static inline int
10901087
mrb_gc_arena_save(mrb_state *mrb)
10911088
{

0 commit comments

Comments
 (0)