X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d84fcdff740a04c83fa4db136db739ca4f130fe..077972fd6355b0900d78e4ff0779cf58a5e10e71:/src/simdag/sd_workstation.cpp diff --git a/src/simdag/sd_workstation.cpp b/src/simdag/sd_workstation.cpp index 92bf84a97f..b617568d6e 100644 --- a/src/simdag/sd_workstation.cpp +++ b/src/simdag/sd_workstation.cpp @@ -16,14 +16,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(sd_workstation, sd, "Logging specific to SimDag (workstation)"); -/* Creates a workstation and registers it in SD. - */ -SD_workstation_t __SD_workstation_create(const char *name) -{ - sg_host_t sg_host = sg_host_by_name(name); - return sg_host; -} - /* Creates a storage and registers it in SD. */ SD_storage_t __SD_storage_create(void *surf_storage, void *data)