Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
untangle resource::state (ON/OFF) and VM::state (STARTED/MIGRATING/etc)
[simgrid.git] / src / simix / libsmx.cpp
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)