Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update things
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index 1e9de25..e55b407 100644 (file)
@@ -62,8 +62,6 @@ public:
   ExecPtr set_priority(double priority);
   ExecPtr set_timeout(double timeout);
   Exec* cancel() override;
-  const std::string& get_name() const { return name_; }
-  const char* get_cname() const { return name_.c_str(); }
   Host* get_host() const;
   unsigned int get_host_number() const;
   double get_start_time() const;