Explorar el Código

Remove useless assignment

Samuel Thibault hace 8 años
padre
commit
94761f747d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
 }
 
  /********************************************************/