Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
These methods are overriden to the same content too
[simgrid.git] / src / surf / host_ptask_L07.hpp
index 079058d..3754b67 100644 (file)
@@ -152,9 +152,6 @@ public:
   void updateBound();
 
   int unref() override;
-  void suspend() override;
-  void resume() override;
-  double getRemains() override;
 
   std::vector<NetCard*> * p_netcardList = new std::vector<NetCard*>();
   double *p_computationAmount;