Skip to content

Commit

Permalink
UCT/RC: Remove duplicated dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
brminich committed Sep 30, 2020
1 parent e1228f9 commit 52fe248
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/uct/ib/rc/accel/rc_mlx5_iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ uct_rc_mlx5_iface_poll_tx(uct_rc_mlx5_iface_common_t *iface)
ucs_arbiter_dispatch(&iface->super.tx.arbiter, 1, uct_rc_ep_process_pending,
NULL);

ucs_arbiter_dispatch(&iface->super.tx.arbiter, 1, uct_rc_ep_process_pending,
NULL);

return 1;
}

Expand Down

0 comments on commit 52fe248

Please sign in to comment.