Skip to content

Commit

Permalink
DEBUG: Remove badly placed debug check
Browse files Browse the repository at this point in the history
This one altered the behavior of if check.
  • Loading branch information
nickva committed Feb 5, 2024
1 parent f9000c0 commit 074715d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erts/emulator/beam/erl_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -13797,7 +13797,6 @@ erts_proc_exit_handle_dist_link(ErtsLink *lnk, void *vctxt, Sint reds)
case ERTS_DSIG_PREP_PENDING:
case ERTS_DSIG_PREP_CONNECTED:
if (dist->connection_id != ctx.connection_id)
ERTS_CHK_MBUF_SZ(c_p);
break;
erts_factory_proc_init(&factory, c_p);
item_sz = size_object(lnk->other.item);
Expand Down

0 comments on commit 074715d

Please sign in to comment.