Explorar o código

mpi/src/starpu_mpi.c: remove duplicated line of code

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
97779e87b2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      mpi/src/starpu_mpi.c

+ 0 - 1
mpi/src/starpu_mpi.c

@@ -492,7 +492,6 @@ int starpu_mpi_wait(starpu_mpi_req *public_req, MPI_Status *status)
 	int ret;
 	int ret;
 
 
 	struct _starpu_mpi_req *waiting_req = malloc(sizeof(struct _starpu_mpi_req));
 	struct _starpu_mpi_req *waiting_req = malloc(sizeof(struct _starpu_mpi_req));
-	_starpu_mpi_request_init(waiting_req);
 	STARPU_ASSERT_MSG(waiting_req, "Allocation failed");
 	STARPU_ASSERT_MSG(waiting_req, "Allocation failed");
 
 
 	struct _starpu_mpi_req *req = *public_req;
 	struct _starpu_mpi_req *req = *public_req;