remove T from join

This commit is contained in:
Folkert 2021-01-25 17:23:45 +01:00
parent 517bde4f4a
commit 5a62359a5f
2 changed files with 6 additions and 17 deletions

View file

@ -178,14 +178,7 @@ pub fn str_join_with<'a, 'ctx, 'env>(
let zig_result = call_bitcode_fn(
env,
&[
env.context
.i32_type()
.const_int(env.ptr_bytes as u64, false)
.into(),
list_i128.into(),
str_i128.into(),
],
&[list_i128.into(), str_i128.into()],
&bitcode::STR_JOIN_WITH,
)
.into_struct_value();