Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need to override the super() method to the exact same content
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 29 Nov 2015 23:05:33 +0000 (00:05 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 29 Nov 2015 23:05:33 +0000 (00:05 +0100)
src/surf/host_ptask_L07.cpp
src/surf/host_ptask_L07.hpp

index ec97d10..80427e6 100644 (file)
@@ -565,12 +565,6 @@ void LinkL07::updateLatency(double value, double date)
   }
 }
 
-
-int LinkL07::sharingPolicy()
-{
-  return lmm_constraint_sharing_policy(getConstraint());
-}
-
 /**********
  * Action *
  **********/
index 86acc7d..2bdcb97 100644 (file)
@@ -138,7 +138,6 @@ public:
   void updateState(tmgr_trace_event_t event_type, double value, double date);
   double getBandwidth();
   double getLatency();
-  int sharingPolicy();
   void updateBandwidth(double value, double date=surf_get_clock());
   void updateLatency(double value, double date=surf_get_clock());