X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bbf8aab8704722fb68397b9b1c15251e79efac6a..a1d7fb09c29089971a104069a5b0af935892e41b:/examples/msg/process-kill/process-kill.c diff --git a/examples/msg/process-kill/process-kill.c b/examples/msg/process-kill/process-kill.c index e345301c88..a716d9e29b 100644 --- a/examples/msg/process-kill/process-kill.c +++ b/examples/msg/process-kill/process-kill.c @@ -49,8 +49,6 @@ int main(int argc, char *argv[]) MSG_create_environment(argv[1]); /** - Load the platform description */ /** - Create and deploy @ref killer process */ - MSG_function_register("killer", killer); - MSG_function_register("victim", victim); MSG_process_create("killer", killer, NULL, MSG_host_by_name("Tremblay")); res = MSG_main(); /** - Run the simulation */