Remove mrb_final_mrbgems() in mrbc.c

The current `mrb_final_mrbgems()` function is only referenced in the `mrbgem/gem_init.c` file.

Also, the definition in that file makes it a static function.
This commit is contained in:
dearblue
2023-05-06 21:07:08 +09:00
parent 9033191efa
commit e570ca82a8
-5
View File
@@ -368,9 +368,4 @@ void
mrb_init_mrbgems(mrb_state *mrb)
{
}
void
mrb_final_mrbgems(mrb_state *mrb)
{
}
#endif