Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into CRTP
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index bf9acf3..1e9de25 100644 (file)
@@ -26,7 +26,6 @@ class XBT_PUBLIC Exec : public Activity_T<Exec> {
   double bound_                 = 0.0;
   double timeout_               = 0.0;
   std::atomic_int_fast32_t refcount_{0};
   double bound_                 = 0.0;
   double timeout_               = 0.0;
   std::atomic_int_fast32_t refcount_{0};
-  Host* host_ = nullptr;
 
 protected:
   Exec();
 
 protected:
   Exec();
@@ -85,7 +84,6 @@ public:
   Exec* start() override;
 
   ExecPtr set_host(Host* host) override;
   Exec* start() override;
 
   ExecPtr set_host(Host* host) override;
-  Host* get_host();
 
   double get_remaining() override;
   double get_remaining_ratio() override;
 
   double get_remaining() override;
   double get_remaining_ratio() override;