diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_ffrecord.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lj_ffrecord.c b/src/lj_ffrecord.c index 30d5c44e..51981477 100644 --- a/src/lj_ffrecord.c +++ b/src/lj_ffrecord.c | |||
@@ -729,14 +729,6 @@ static void LJ_FASTCALL recff_string_range(jit_State *J, RecordFFData *rd) | |||
729 | 729 | ||
730 | /* -- Table library fast functions ---------------------------------------- */ | 730 | /* -- Table library fast functions ---------------------------------------- */ |
731 | 731 | ||
732 | static void LJ_FASTCALL recff_table_getn(jit_State *J, RecordFFData *rd) | ||
733 | { | ||
734 | if (tref_istab(J->base[0])) | ||
735 | J->base[0] = lj_ir_call(J, IRCALL_lj_tab_len, J->base[0]); | ||
736 | /* else: Interpreter will throw. */ | ||
737 | UNUSED(rd); | ||
738 | } | ||
739 | |||
740 | static void LJ_FASTCALL recff_table_remove(jit_State *J, RecordFFData *rd) | 732 | static void LJ_FASTCALL recff_table_remove(jit_State *J, RecordFFData *rd) |
741 | { | 733 | { |
742 | TRef tab = J->base[0]; | 734 | TRef tab = J->base[0]; |