diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-02-05 21:48:44 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-02-05 21:48:44 +0900 |
| commit | af4dd3d579d99e817e39e6deeb84e93f6d0bc049 (patch) | |
| tree | 3a57e26f4a6a6833b7bb94984ece08725833a14b /src/codedump.c | |
| parent | 3c73c315f4dff4dbcacdfda75d42fd92d4ba711d (diff) | |
| download | mruby-af4dd3d579d99e817e39e6deeb84e93f6d0bc049.tar.gz mruby-af4dd3d579d99e817e39e6deeb84e93f6d0bc049.zip | |
[cppcheck] remove duplicated break
Diffstat (limited to 'src/codedump.c')
| -rw-r--r-- | src/codedump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codedump.c b/src/codedump.c index 4f4b6de57..2615488ef 100644 --- a/src/codedump.c +++ b/src/codedump.c @@ -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; |
