Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start to modernize the remaining old simcalls related to comms
[simgrid.git] / include / simgrid / s4u / Comm.hpp
index 5c746e1..5f581e7 100644 (file)
@@ -102,7 +102,6 @@ public:
 
   Comm* start() override;
   Comm* wait_for(double timeout) override;
-  bool test() override;
 
   /** Start the comm, and ignore its result. It can be completely forgotten after that. */
   Comm* detach();