X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e98908d4e3ea9f355370a4f0a9db15b9593b7eb1..6badbbf58554a35b03f58509b0b18cf606c38f5e:/src/simix/libsmx.cpp diff --git a/src/simix/libsmx.cpp b/src/simix/libsmx.cpp index 18ff330743..7d1ff6e0d8 100644 --- a/src/simix/libsmx.cpp +++ b/src/simix/libsmx.cpp @@ -42,13 +42,6 @@ void simcall_call(smx_process_t process) // ***** Host simcalls // Those functions are replaced by methods on the Host object. -/** \ingroup simix_host_management - * \deprecated */ -xbt_dict_t simcall_host_get_properties(sg_host_t host) -{ - return host->getProperties(); -} - /** \ingroup simix_host_management * \deprecated */ xbt_swag_t simcall_host_get_process_list(sg_host_t host)