X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f810149832a2d855c33d0df5b02d736c2081e41..c5ad8ca1a68bbaa9152471c8d0eeb99d762f0d86:/examples/msg/masterslave/masterslave_arg.c diff --git a/examples/msg/masterslave/masterslave_arg.c b/examples/msg/masterslave/masterslave_arg.c index 1fc804fe71..249722aaad 100644 --- a/examples/msg/masterslave/masterslave_arg.c +++ b/examples/msg/masterslave/masterslave_arg.c @@ -102,7 +102,6 @@ int main(int argc, char *argv[]) exit(1); } - MSG_set_channel_number(0); MSG_function_register("master", master); MSG_function_register("slave", slave);