From e570ca82a873574da952494b38f7024fa941c782 Mon Sep 17 00:00:00 2001 From: dearblue Date: Sat, 6 May 2023 21:07:08 +0900 Subject: [PATCH] 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. --- mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c b/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c index 505d45092..44f9da898 100644 --- a/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c +++ b/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c @@ -368,9 +368,4 @@ void mrb_init_mrbgems(mrb_state *mrb) { } - -void -mrb_final_mrbgems(mrb_state *mrb) -{ -} #endif