Skip to content

Commit

Permalink
[cppcheck] remove duplicated break
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Feb 5, 2016
1 parent 3c73c31 commit af4dd3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codedump.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ codedump(mrb_state *mrb, mrb_irep *irep)
printf("\tbreak\t"); break;
default:
printf("\tbroken\t"); break;
break;
}
print_lv(mrb, irep, c, RA);
break;
Expand Down

0 comments on commit af4dd3d

Please sign in to comment.