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

Remove unused variables.

parent 26e7e9c9
No related branches found
No related tags found
No related merge requests found
......@@ -97,11 +97,6 @@ int main(int argc, char **argv)
xt_initialize(MPI_COMM_WORLD);
int my_rank, comm_size;
xt_mpi_call(MPI_Comm_rank(MPI_COMM_WORLD, &my_rank), MPI_COMM_WORLD);
xt_mpi_call(MPI_Comm_size(MPI_COMM_WORLD, &comm_size), MPI_COMM_WORLD);
Xt_exchanger_new *exchangers_new = parse_options(&argc, &argv);
for (size_t i = 0; exchangers_new[i] != (Xt_exchanger_new)0; ++i) {
......
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