Skip to content
Snippets Groups Projects
Commit ca1a3020 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Eliminate unused variable.

parent 3578b6e3
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,6 @@ xt_exchanger_neigh_alltoall_get_msg_ranks(Xt_exchanger exchanger,
{
Xt_exchanger_neigh_alltoall exchanger_na =
(Xt_exchanger_neigh_alltoall)exchanger;
struct Xt_redist_msg *restrict msgs;
size_t nsend = (size_t)exchanger_na->nsend,
nrecv = (size_t)exchanger_na->nrecv,
nmsg = direction == SEND ? nsend : nrecv,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment