Skip to content

Commit

Permalink
Remove dead assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaraldi committed Aug 15, 2024
1 parent 9ec0237 commit 9fe0fb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ccall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,6 @@ static jl_cgval_t emit_ccall(jl_codectx_t &ctx, jl_value_t **args, size_t nargs)
}
else if (is_libjulia_func(jl_get_ptls_states)) {
++CCALL_STAT(jl_get_ptls_states);
assert(lrt == ctx.types().T_size);
assert(!isVa && !llvmcall && nccallargs == 0);
JL_GC_POP();
return mark_or_box_ccall_result(ctx, get_current_ptls(ctx), retboxed, rt, unionall, static_rt);
Expand Down

0 comments on commit 9fe0fb2

Please sign in to comment.