]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/include/smpi_request.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make Datatype::contents_ a private std::unique_ptr.
[simgrid.git] / src / smpi / include / smpi_request.hpp
index 5b95106e715bebb502b838c696336a35d224ad42..16b89986c68c894b212ab9a20ca7c98f4864c89a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2021. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -48,7 +48,6 @@ class Request : public F2C {
   MPI_Request detached_sender_;
   int refcount_;
   MPI_Op op_;
-  int cancelled_; // tri-state
   std::unique_ptr<smpi_mpi_generalized_request_funcs_t> generalized_funcs;
   MPI_Request* nbc_requests_;
   int nbc_requests_size_;