diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-07-15 14:43:34 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-07-15 14:47:15 +0900 |
| commit | c0bf76d0a1ef631813c01d785500c1544d18a506 (patch) | |
| tree | 2739f1444498199825defc00aaf88c0d33b905a1 /mrbgems/mruby-error | |
| parent | f6b5a829729479d4ae557effc15656605ca71781 (diff) | |
| download | mruby-c0bf76d0a1ef631813c01d785500c1544d18a506.tar.gz mruby-c0bf76d0a1ef631813c01d785500c1544d18a506.zip | |
remove unused variable declaration
Diffstat (limited to 'mrbgems/mruby-error')
| -rw-r--r-- | mrbgems/mruby-error/src/exception.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-error/src/exception.c b/mrbgems/mruby-error/src/exception.c index 7199e0801..9d77c6adf 100644 --- a/mrbgems/mruby-error/src/exception.c +++ b/mrbgems/mruby-error/src/exception.c @@ -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; |
