mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove unused variable declaration
This commit is contained in:
@@ -61,7 +61,6 @@ mrb_rescue_exceptions(mrb_state *mrb, mrb_func_t body, mrb_value b_data, mrb_fun
|
||||
struct mrb_jmpbuf *prev_jmp = mrb->jmp;
|
||||
struct mrb_jmpbuf c_jmp;
|
||||
mrb_value result;
|
||||
struct RClass *cls;
|
||||
mrb_bool error_matched = FALSE;
|
||||
mrb_int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user