X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ee7e9c2e455536ab817ae0136acfbb53822eecd..bdaaac614d1bb0ee8e034fa76862068d57e362ee:/examples/msg/suspend/suspend.c diff --git a/examples/msg/suspend/suspend.c b/examples/msg/suspend/suspend.c index 2dc830414e..e1e2ba87a6 100644 --- a/examples/msg/suspend/suspend.c +++ b/examples/msg/suspend/suspend.c @@ -12,11 +12,6 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); -typedef enum { - PORT_22 = 0, - MAX_CHANNEL -} channel_t; - /** Lazy guy function. This process suspends itself asap. */ static int lazy_guy(int argc, char *argv[]) @@ -51,7 +46,6 @@ static MSG_error_t test_all(const char *platform_file, MSG_error_t res = MSG_OK; { /* Simulation setting */ - MSG_set_channel_number(MAX_CHANNEL); MSG_create_environment(platform_file); } { /* Application deployment */