Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
pull up two more methods in the surf::Host hierarchy
[simgrid.git] / src / surf / host_clm03.hpp
index 8f4cffe..0a4d47e 100644 (file)
@@ -55,9 +55,6 @@ public:
   ~HostCLM03();
   void updateState(tmgr_trace_event_t event_type, double value, double date) override;
 
-  virtual Action *execute(double size) override;
-  virtual Action *sleep(double duration) override;
-
   bool isUsed() override;
 
   xbt_dynar_t getVms();