From: Martin Quinson Date: Tue, 5 Jan 2016 20:23:16 +0000 (+0100) Subject: kill deprecated code X-Git-Tag: v3_13~1340 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0eb29dadc6192f2e03193bbd5088a2c7c03dc4d8 kill deprecated code --- 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); 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)