X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3cf2cf4d9d0c0ba567528989c9d24624683ad64b..aa4388c7780ebcbc130f17b5e473f4d356ec567f:/src/simix/private.h diff --git a/src/simix/private.h b/src/simix/private.h index 5915f97a3d..9fb1e627ea 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -220,12 +220,6 @@ void SIMIX_context_mod_exit(void); */ int SIMIX_context_select_factory(const char *name); -/* Initializes a context factory from the name specified by the parameter name. - * If the factory cannot be found, an exception is raised. - */ -void SIMIX_context_init_factory_by_name(smx_context_factory_t * factory, - const char *name); - /* All factories init */ void SIMIX_ctx_thread_factory_init(smx_context_factory_t * factory);