remove unused variable declaration

This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-07-15 14:43:34 +09:00
parent f6b5a82972
commit c0bf76d0a1
-1
View File
@@ -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;