From 0eb29dadc6192f2e03193bbd5088a2c7c03dc4d8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 5 Jan 2016 21:23:16 +0100 Subject: [PATCH] kill deprecated code --- include/simgrid/simix.h | 1 - src/simix/libsmx.cpp | 7 ------- 2 files changed, 8 deletions(-) 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) -- 2.20.1