Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
code simplification around Host::onDestruction
[simgrid.git] / src / surf / surf_interface.hpp
index 695fe11..8599ee8 100644 (file)
@@ -478,12 +478,7 @@ public:
   /** @brief Set the [state](\ref e_surf_resource_state_t) of the current Resource */
   virtual void setState(e_surf_resource_state_t state);
 
-protected:
-  void die();
-  virtual void onDie();
-
 private:
-  bool alive_ = true;
   const char *p_name;
   Model *p_model;
   bool m_running;