Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move ::wait_for() from ExecImpl and IoImpl to ActivityImpl.
[simgrid.git] / src / kernel / activity / IoImpl.hpp
index 92680f7..707372e 100644 (file)
@@ -34,7 +34,6 @@ public:
   resource::StorageImpl* get_storage() const { return storage_; }
 
   IoImpl* start();
-  void wait_for(actor::ActorImpl* issuer, double timeout);
   void post() override;
   void finish() override;