Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
somehow one allgather algorithn was forgotten in tests
[simgrid.git] / include / simgrid / simix.hpp
index 0eb3375..ac29c00 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2010, 2012-2018. The SimGrid Team.
+/* Copyright (c) 2007-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -71,9 +71,6 @@ typename std::result_of<F()>::type kernelImmediate(F&& code)
 
 XBT_PUBLIC const std::vector<smx_actor_t>& process_get_runnable();
 
-XBT_PUBLIC void set_maestro(std::function<void()> code);
-XBT_PUBLIC void create_maestro(std::function<void()> code);
-
 // What's executed as SIMIX actor code:
 typedef std::function<void()> ActorCode;