X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b94fa144e9b0c70d91ea56d7d5e40d6d1341b64a..23a00833ef66ff4383394e3cac558a5232d4bd62:/src/simgrid/host.cpp diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index 56c787381c..002e68ca3f 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -124,17 +124,6 @@ void sg_host_simix_destroy(sg_host_t host) { host->extension_set(SIMIX_HOST_LEVEL, nullptr); } -// ========== RoutingEdge ============ -surf_NetCard *sg_host_edge(sg_host_t host) { - return (surf_NetCard*) host->extension(ROUTING_HOST_LEVEL); -} -void sg_host_edge_set(sg_host_t host, surf_NetCard *edge) { - host->extension_set(ROUTING_HOST_LEVEL, edge); -} -void sg_host_edge_destroy(sg_host_t host, int do_callback) { - host->extension_set(ROUTING_HOST_LEVEL, nullptr, do_callback); -} - // =========== user-level functions =============== // ================================================ double sg_host_get_speed(sg_host_t host){