Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill dead code: override to the same content
[simgrid.git] / src / surf / host_ptask_L07.hpp
index 88f9409..079058d 100644 (file)
@@ -154,8 +154,6 @@ public:
   int unref() override;
   void suspend() override;
   void resume() override;
-  void setMaxDuration(double duration) override;
-  void setPriority(double priority) override;
   double getRemains() override;
 
   std::vector<NetCard*> * p_netcardList = new std::vector<NetCard*>();