Remove needless prototype

This commit is contained in:
mattn
2013-03-24 00:34:10 +09:00
parent 6954153fa0
commit a8abbaed1a
-2
View File
@@ -1056,8 +1056,6 @@ mrb_obj_singleton_methods_m(mrb_state *mrb, mrb_value self)
return mrb_obj_singleton_methods(mrb, argc, argv, self);
}
mrb_value mrb_f_sprintf(mrb_state *mrb, mrb_value obj); /* in sprintf.c */
void
mrb_init_kernel(mrb_state *mrb)
{