X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd11885138355943e56e13d03850740ea2bcabd7..2685dbb427cbe90685e23c1000d8b6670bb91750:/src/kernel/context/Context.hpp diff --git a/src/kernel/context/Context.hpp b/src/kernel/context/Context.hpp index 0d93213c93..b2fadf009a 100644 --- a/src/kernel/context/Context.hpp +++ b/src/kernel/context/Context.hpp @@ -109,8 +109,6 @@ XBT_PRIVATE void SIMIX_context_mod_exit(); XBT_PUBLIC_DATA unsigned char sigsegv_stack[SIGSTKSZ]; #endif -XBT_PUBLIC int SIMIX_process_get_maxpid(); - XBT_PRIVATE simgrid::simix::ActorCodeFactory& SIMIX_get_actor_code_factory(const std::string& name); #endif