Skip to content

Commit 2dab095

Browse files
committed
TL/UCP: remove stale radix initialization
1 parent aec62de commit 2dab095

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/tl/ucp/allgather/allgather_knomial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void ucc_tl_ucp_allgather_knomial_progress(ucc_coll_task_t *coll_task)
6262
ucc_coll_args_t *args = &TASK_ARGS(task);
6363
ucc_tl_ucp_team_t *team = TASK_TEAM(task);
6464
ucc_tl_ucp_context_t *ctx = UCC_TL_UCP_TEAM_CTX(team);
65-
ucc_kn_radix_t radix = task->allgather_kn.p.radix;
65+
ucc_kn_radix_t radix;
6666
uint8_t node_type = task->allgather_kn.p.node_type;
6767
ucc_knomial_pattern_t *p = &task->allgather_kn.p;
6868
void *rbuf = GET_DST(args);

0 commit comments

Comments
 (0)