Commit da55b504 authored by Jose Narvaez's avatar Jose Narvaez

Fixed dead assignment in 'vm.c' reported by 'clang-analyzer'

parent 4027035c
......@@ -784,7 +784,6 @@ RETRY_TRY_BLOCK:
MRB_TRY(&c_jmp) {
if (exc_catched) {
exc_catched = FALSE;
goto L_RAISE;
}
mrb->jmp = &c_jmp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment