summaryrefslogtreecommitdiffstats
path: root/byterun/fix_code.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/fix_code.c')
-rw-r--r--byterun/fix_code.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/byterun/fix_code.c b/byterun/fix_code.c
index 5d281f951..a047e29a4 100644
--- a/byterun/fix_code.c
+++ b/byterun/fix_code.c
@@ -75,8 +75,6 @@ void thread_code(code, len, instr_table)
uint32 block_size = sizes >> 16;
p += const_size + block_size;
break; }
- case TRANSLATE:
- p += *p + 1; break;
}
}
Assert(p = code + len);