Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need to override the super() method to the exact same content
[simgrid.git] / src / surf / host_ptask_L07.cpp
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 *
  **********/