Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define method test() in Activity (common to Exec and Io).
[simgrid.git] / include / simgrid / s4u / Io.hpp
index 2ad47c0..557eddf 100644 (file)
@@ -44,7 +44,6 @@ public:
   Io* wait() override;
   Io* wait_for(double timeout) override;
   Io* cancel() override;
-  bool test() override;
 
   double get_remaining() const override;
   sg_size_t get_performed_ioops() const;