X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a2ba3fbf10cecf8ac1da9bd7fb8d3deaf53a900e..831de10adaaf8910940aa280e2ac2dd075b5ffe5:/src/simgrid/host.cpp diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index f3954fcd37..7d386319d5 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -53,11 +53,6 @@ sg_host_t sg_host_by_name(const char *name) return simgrid::s4u::Host::by_name_or_null(name); } -sg_host_t sg_host_by_name_or_create(const char *name) -{ - return simgrid::s4u::Host::by_name_or_create(name); -} - xbt_dynar_t sg_hosts_as_dynar(void) { xbt_dynar_t res = xbt_dynar_new(sizeof(sg_host_t),nullptr);