Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factor Activity::wait() and wait_for() through CRTP.
[simgrid.git] / include / simgrid / s4u / Comm.hpp
index 5291c7c..9fb2288 100644 (file)
@@ -79,7 +79,6 @@ public:
   static int test_any(const std::vector<CommPtr>* comms);
 
   Comm* start() override;
-  Comm* wait() override;
   Comm* wait_for(double timeout) override;
   bool test() override;