소스 검색

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

Nathalie Furmento 11 년 전
부모
커밋
97779e87b2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;
 
 	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");
 
 	struct _starpu_mpi_req *req = *public_req;