summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJon <[email protected]>2012-05-27 14:44:13 -0400
committerJon <[email protected]>2012-05-27 14:44:13 -0400
commit3be28e0b730aa4b241c761ea1eb0084076888796 (patch)
tree2f21d51be6eef2fa20f1d553675dd5500d4c26af
parent2a3e74b4fd2b9841dec5c082c3e8ecb9ad676821 (diff)
downloadmruby-3be28e0b730aa4b241c761ea1eb0084076888796.tar.gz
mruby-3be28e0b730aa4b241c761ea1eb0084076888796.zip
Remove unnecessary mrb_init_ext definition
-rw-r--r--tools/mrbc/mrbc.c5
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)
{
}