X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..18000f1f5a3802b35cb9ac79cc88fec7f885d13c:/include/simgrid/simix.hpp diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index 0eb3375afc..0e952a5d1f 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -71,9 +71,6 @@ typename std::result_of::type kernelImmediate(F&& code) XBT_PUBLIC const std::vector& process_get_runnable(); -XBT_PUBLIC void set_maestro(std::function code); -XBT_PUBLIC void create_maestro(std::function code); - // What's executed as SIMIX actor code: typedef std::function ActorCode;