X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d58a00ab3206780f2a75e495e76613aa706f0ba4..c97656604936a7d3000ee3c98e0926b80f6f2150:/src/kernel/context/Context.hpp diff --git a/src/kernel/context/Context.hpp b/src/kernel/context/Context.hpp index e4f3d6690a..84dc1081ff 100644 --- a/src/kernel/context/Context.hpp +++ b/src/kernel/context/Context.hpp @@ -109,7 +109,4 @@ XBT_PRIVATE void SIMIX_context_mod_exit(); #ifndef WIN32 XBT_PUBLIC_DATA unsigned char sigsegv_stack[SIGSTKSZ]; #endif - -XBT_PRIVATE simgrid::simix::ActorCodeFactory& SIMIX_get_actor_code_factory(const std::string& name); - #endif