X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce930ad96b622e2b3856b7d9c3d97e60ec2c93a1..04ac83f8e0edcc8dc577c4d28c8c419bc46abd5b:/include/simgrid/s4u/Exec.hpp diff --git a/include/simgrid/s4u/Exec.hpp b/include/simgrid/s4u/Exec.hpp index 1e9de25b5b..e55b407a25 100644 --- a/include/simgrid/s4u/Exec.hpp +++ b/include/simgrid/s4u/Exec.hpp @@ -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;