Browse Source

mpi/examples/complex/mpi_complex.c: remove unused variable

Nathalie Furmento 12 years ago
parent
commit
3a947a0135
1 changed files with 0 additions and 1 deletions
  1. 0 1
      mpi/examples/complex/mpi_complex.c

+ 0 - 1
mpi/examples/complex/mpi_complex.c

@@ -97,7 +97,6 @@ int main(int argc, char **argv)
 			     // We send a dummy variable only to check communication with predefined datatypes
 			     int foo=12;
 			     starpu_data_handle_t foo_handle;
-			     MPI_Status status;
 			     starpu_variable_data_register(&foo_handle, -1, (uintptr_t)NULL, sizeof(foo));
 			     starpu_mpi_irecv_detached(foo_handle, 0, 40, MPI_COMM_WORLD, NULL, NULL);
 			     starpu_insert_task(&foo_display, STARPU_R, foo_handle, 0);