diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-07-31 03:20:00 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-07-31 03:20:00 +0900 |
| commit | 43173e129965d776791fc643aba9f4c5244d8466 (patch) | |
| tree | f0397f7f58e905eb11e7c8c1e9d9a1777d3ca647 /src/vm.c | |
| parent | 53e2723faede0e6f9959bd3316f4dd1e84b69609 (diff) | |
| download | mruby-43173e129965d776791fc643aba9f4c5244d8466.tar.gz mruby-43173e129965d776791fc643aba9f4c5244d8466.zip | |
Removed unused instruction: `OP_KDICT`.
Diffstat (limited to 'src/vm.c')
| -rw-r--r-- | src/vm.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1872,11 +1872,6 @@ RETRY_TRY_BLOCK: NEXT; } - CASE(OP_KDICT, B) { - regs[a] = regs[mrb->c->ci->argc]; - NEXT; - } - CASE(OP_BREAK, B) { c = OP_R_BREAK; goto L_RETURN; |
