Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disks do not need this
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index 6515064..6aeb5fc 100644 (file)
@@ -68,8 +68,6 @@ public:
   Exec* cancel() override;
   const std::string& get_name() const { return name_; }
   const char* get_cname() const { return name_.c_str(); }
-
-  XBT_ATTRIB_DEPRECATED_v324("Please use Exec::wait_for()") void wait(double t) override { wait_for(t); }
 };
 
 class XBT_PUBLIC ExecSeq : public Exec {