X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/21f6e059a47df7875f1dacf26ca1eb854f4e887b..6bb41d92e3329c3be26c100026424ed3885d8554:/include/simgrid/simix.hpp?ds=sidebyside diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index 76e1f8fb85..fb8addfb3c 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -8,7 +8,6 @@ #define SIMGRID_SIMIX_HPP #include -#include #include #include @@ -94,12 +93,6 @@ auto simcall_blocking(F&& code, Observer* observer) -> decltype(observer->get_re } } // namespace actor } // namespace kernel - -namespace simix { - -XBT_PUBLIC void unblock(smx_actor_t process); - -} // namespace simix } // namespace simgrid #endif