remove T from concat

This commit is contained in:
Folkert 2021-01-25 17:22:22 +01:00
parent 257985496b
commit 517bde4f4a
2 changed files with 12 additions and 20 deletions

View file

@ -149,10 +149,6 @@ pub fn str_concat<'a, 'ctx, 'env>(
let zig_result = call_bitcode_fn(
env,
&[
env.context
.i32_type()
.const_int(env.ptr_bytes as u64, false)
.into(),
env.context
.i8_type()
.const_int(inplace as u64, false)