X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..ce930ad96b622e2b3856b7d9c3d97e60ec2c93a1:/include/simgrid/s4u/Exec.hpp diff --git a/include/simgrid/s4u/Exec.hpp b/include/simgrid/s4u/Exec.hpp index bf9acf321c..1e9de25b5b 100644 --- a/include/simgrid/s4u/Exec.hpp +++ b/include/simgrid/s4u/Exec.hpp @@ -26,7 +26,6 @@ class XBT_PUBLIC Exec : public Activity_T { double bound_ = 0.0; double timeout_ = 0.0; std::atomic_int_fast32_t refcount_{0}; - Host* host_ = nullptr; protected: Exec(); @@ -85,7 +84,6 @@ public: Exec* start() override; ExecPtr set_host(Host* host) override; - Host* get_host(); double get_remaining() override; double get_remaining_ratio() override;