Browse Source

Remove useless assignment

Samuel Thibault 8 years ago
parent
commit
94761f747d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      mpi/src/starpu_mpi.c

+ 0 - 1
mpi/src/starpu_mpi.c

@@ -169,7 +169,6 @@ static void _starpu_mpi_request_destroy(struct _starpu_mpi_req *req)
 	starpu_pthread_queue_destroy(&req->queue);
 #endif
 	free(req);
-	req = NULL;
 }
 
  /********************************************************/