X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2fd15b45d25da87fc9c2ae646c7ff50cc303dfb1..75a88b4f25678374e458f4b8875cd72273e8b8fb:/include/simgrid/simdag.h diff --git a/include/simgrid/simdag.h b/include/simgrid/simdag.h index 8fd4c49e54..7d2ac9ec2a 100644 --- a/include/simgrid/simdag.h +++ b/include/simgrid/simdag.h @@ -89,9 +89,6 @@ typedef xbt_dictelm_t SD_storage_t; * @see sg_host_t * @{ */ -XBT_PUBLIC(double) sg_host_computation_time(sg_host_t host, - double flops_amount); - XBT_PUBLIC(const SD_link_t *) SD_route_get_list(sg_host_t src, sg_host_t dst); XBT_PUBLIC(int) SD_route_get_size(sg_host_t src, sg_host_t dst);