diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_ffrecord.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lj_ffrecord.c b/src/lj_ffrecord.c index a6ce2df7..1560d3f5 100644 --- a/src/lj_ffrecord.c +++ b/src/lj_ffrecord.c | |||
@@ -646,12 +646,6 @@ static void LJ_FASTCALL recff_bit_shift(jit_State *J, RecordFFData *rd) | |||
646 | 646 | ||
647 | /* -- String library fast functions --------------------------------------- */ | 647 | /* -- String library fast functions --------------------------------------- */ |
648 | 648 | ||
649 | static void LJ_FASTCALL recff_string_len(jit_State *J, RecordFFData *rd) | ||
650 | { | ||
651 | J->base[0] = emitir(IRTI(IR_FLOAD), lj_ir_tostr(J, J->base[0]), IRFL_STR_LEN); | ||
652 | UNUSED(rd); | ||
653 | } | ||
654 | |||
655 | /* Handle string.byte (rd->data = 0) and string.sub (rd->data = 1). */ | 649 | /* Handle string.byte (rd->data = 0) and string.sub (rd->data = 1). */ |
656 | static void LJ_FASTCALL recff_string_range(jit_State *J, RecordFFData *rd) | 650 | static void LJ_FASTCALL recff_string_range(jit_State *J, RecordFFData *rd) |
657 | { | 651 | { |