diff options
| author | Jon <[email protected]> | 2012-05-27 14:44:13 -0400 |
|---|---|---|
| committer | Jon <[email protected]> | 2012-05-27 14:44:13 -0400 |
| commit | 3be28e0b730aa4b241c761ea1eb0084076888796 (patch) | |
| tree | 2f21d51be6eef2fa20f1d553675dd5500d4c26af | |
| parent | 2a3e74b4fd2b9841dec5c082c3e8ecb9ad676821 (diff) | |
| download | mruby-3be28e0b730aa4b241c761ea1eb0084076888796.tar.gz mruby-3be28e0b730aa4b241c761ea1eb0084076888796.zip | |
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) { } |
