Skip to content

Commit

Permalink
Merge pull request mruby#481 from monaka/pr-tiny-cleanup-20120929
Browse files Browse the repository at this point in the history
Tiny clean-up
  • Loading branch information
matz committed Sep 29, 2012
2 parents a3d7960 + cd58b12 commit be8f390
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion mrblib/init_mrblib.c
Expand Up @@ -11,7 +11,6 @@ mrb_init_mrblib(mrb_state *mrb)
{
int n = mrb_read_irep(mrb, mrblib_irep);

extern mrb_value mrb_top_self(mrb_state *mrb);
mrb_run(mrb, mrb_proc_new(mrb, mrb->irep[n]), mrb_top_self(mrb));
}

3 changes: 0 additions & 3 deletions src/struct.c
Expand Up @@ -11,7 +11,6 @@
#include "mruby/struct.h"
#include "mruby/array.h"
#include <stdarg.h>
//#include "defines.h"

#ifdef ENABLE_REGEXP
#include "encoding.h"
Expand All @@ -20,8 +19,6 @@
#include "mruby/string.h"
#include "mruby/class.h"
#include "mruby/variable.h"
//#include "defines.h"
#define mrb_long2int(n) ((int)(n))


static struct RClass *
Expand Down

0 comments on commit be8f390

Please sign in to comment.