Skip to content

Commit 9fe0fb2

Browse files
committed
Remove dead assertion
1 parent 9ec0237 commit 9fe0fb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ccall.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,6 @@ static jl_cgval_t emit_ccall(jl_codectx_t &ctx, jl_value_t **args, size_t nargs)
16731673
}
16741674
else if (is_libjulia_func(jl_get_ptls_states)) {
16751675
++CCALL_STAT(jl_get_ptls_states);
1676-
assert(lrt == ctx.types().T_size);
16771676
assert(!isVa && !llvmcall && nccallargs == 0);
16781677
JL_GC_POP();
16791678
return mark_or_box_ccall_result(ctx, get_current_ptls(ctx), retboxed, rt, unionall, static_rt);

0 commit comments

Comments
 (0)