From 9a5d187c1f279fb658e4b86dbcf84e7cb73c722c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christophe=20Thi=C3=A9ry?= Date: Thu, 12 May 2011 13:22:10 +0200 Subject: [PATCH] Action replayer: don't hardcode the usage of raw contextes --- examples/msg/actions/actions.c | 4 ---- 1 file changed, 4 deletions(-) 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) { -- 2.20.1