Merge pull request #274 from monaka/pr-remove-unused-variable

Remove unused variable.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-06-14 06:57:55 -07:00
-1
View File
@@ -1134,7 +1134,6 @@ get_errinfo(mrb_state *mrb)
mrb_value
mrb_f_raise(mrb_state *mrb, mrb_value self)
{
mrb_value err;
mrb_value *argv;
int argc;