remove unused variable

This commit is contained in:
Yukihiro Matsumoto
2012-06-14 01:19:45 +09:00
parent 54bc7e0721
commit b775bc771e
+1 -1
View File
@@ -134,7 +134,7 @@ exc_message(mrb_state *mrb, mrb_value exc)
static mrb_value
exc_inspect(mrb_state *mrb, mrb_value exc)
{
mrb_value str, klass;
mrb_value str;
str = mrb_str_new2(mrb, mrb_obj_classname(mrb, exc));
exc = mrb_obj_as_string(mrb, exc);