Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill deprecated code
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 5 Jan 2016 20:23:16 +0000 (21:23 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 5 Jan 2016 20:23:16 +0000 (21:23 +0100)
include/simgrid/simix.h
src/simix/libsmx.cpp

index 2a38a26..ec27cee 100644 (file)
@@ -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);
 
index 18ff330..7d1ff6e 100644 (file)
@@ -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)