X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4b2e928723e617d35998c57384cfbd4f260f9ccc..0eb29dadc6192f2e03193bbd5088a2c7c03dc4d8:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 2a38a26495..ec27cee46e 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -253,7 +253,6 @@ XBT_PUBLIC(void) simcall_call(smx_process_t process); /******************************* Host simcalls ********************************/ /* TODO use handlers and keep sg_host_t hidden from higher levels */ -XBT_PUBLIC(xbt_dict_t) simcall_host_get_properties(sg_host_t host); XBT_PUBLIC(xbt_swag_t) simcall_host_get_process_list(sg_host_t host); XBT_PUBLIC(void) simcall_host_set_data(sg_host_t host, void *data);