remove unnecessary jump

parent 2a5e0a4f
......@@ -548,8 +548,6 @@ read_section_lineno_file(mrb_state *mrb, FILE *fp, mrb_irep *irep)
//Read Binary Data Section
result = read_lineno_record_file(mrb, fp, irep, buf);
if (result != MRB_DUMP_OK)
goto error_exit;
error_exit:
if (buf) {
......
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