diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-27 16:18:00 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-27 16:18:00 -0700 |
| commit | 03a53e71c5087dca44cf328801c8c5cafec664a4 (patch) | |
| tree | 32f97c1ac2490593642635ee1eb7fd1c1110be9d | |
| parent | 6fb45658ebe1fcd28dcc398c37fca46ee2e39754 (diff) | |
| parent | 3be28e0b730aa4b241c761ea1eb0084076888796 (diff) | |
| download | mruby-03a53e71c5087dca44cf328801c8c5cafec664a4.tar.gz mruby-03a53e71c5087dca44cf328801c8c5cafec664a4.zip | |
Merge pull request #200 from thecodeshop/x-mrbc-defn
Remove unnecessary mrb_init_ext definition
| -rw-r--r-- | tools/mrbc/mrbc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c index e711b69cb..3553fe646 100644 --- a/tools/mrbc/mrbc.c +++ b/tools/mrbc/mrbc.c @@ -205,11 +205,6 @@ main(int argc, char **argv) } void -mrb_init_ext(mrb_state *mrb) -{ -} - -void mrb_init_mrblib(mrb_state *mrb) { } |
