summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-error
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-07-15 14:43:34 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-07-15 14:47:15 +0900
commitc0bf76d0a1ef631813c01d785500c1544d18a506 (patch)
tree2739f1444498199825defc00aaf88c0d33b905a1 /mrbgems/mruby-error
parentf6b5a829729479d4ae557effc15656605ca71781 (diff)
downloadmruby-c0bf76d0a1ef631813c01d785500c1544d18a506.tar.gz
mruby-c0bf76d0a1ef631813c01d785500c1544d18a506.zip
remove unused variable declaration
Diffstat (limited to 'mrbgems/mruby-error')
-rw-r--r--mrbgems/mruby-error/src/exception.c1
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;