Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove double implementation
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 12 Dec 2013 14:09:19 +0000 (15:09 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 12 Dec 2013 14:09:19 +0000 (15:09 +0100)
src/surf/surf_c_bindings.cpp

index cff5c44..ae7612b 100644 (file)
@@ -194,11 +194,6 @@ double surf_solve(double max_date)
   return surf_min;
 }
 
-XBT_INLINE double surf_get_clock(void)
-{
-  return NOW;
-}
-
 void routing_get_route_and_latency(sg_routing_edge_t src, sg_routing_edge_t dst,
                               xbt_dynar_t * route, double *latency){
   routing_platf->getRouteAndLatency(src, dst, route, latency);