Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factor Activity::wait() and wait_for() through CRTP.
[simgrid.git] / include / simgrid / s4u / Io.hpp
index 5fe8f69..5752373 100644 (file)
@@ -35,8 +35,6 @@ public:
 
   static IoPtr init();
   Io* start() override;
-  Io* wait() override;
-  Io* wait_for(double timeout) override;
 
   double get_remaining() const override;
   sg_size_t get_performed_ioops() const;