From: Christophe ThiƩry Date: Thu, 12 May 2011 11:22:10 +0000 (+0200) Subject: Action replayer: don't hardcode the usage of raw contextes X-Git-Tag: v3_6_rc3~49 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9a5d187c1f279fb658e4b86dbcf84e7cb73c722c Action replayer: don't hardcode the usage of raw contextes --- diff --git a/examples/msg/actions/actions.c b/examples/msg/actions/actions.c index 031eabe224..f3b9299968 100644 --- a/examples/msg/actions/actions.c +++ b/examples/msg/actions/actions.c @@ -12,8 +12,6 @@ #include "xbt.h" /* calloc, printf */ #include "instr/instr_private.h" -void SIMIX_ctx_raw_factory_init(smx_context_factory_t *factory); - XBT_LOG_NEW_DEFAULT_CATEGORY(actions, "Messages specific for this msg example"); int communicator_size = 0; @@ -548,8 +546,6 @@ int main(int argc, char *argv[]) { MSG_error_t res = MSG_OK; - smx_factory_initializer_to_use = SIMIX_ctx_raw_factory_init; - /* Check the given arguments */ MSG_global_init(&argc, argv); if (argc < 3) {