X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08e7455d67920bbd7a87f440d00f2c1e071314a0..3c7c64745aa5e60415bb85af482c7b0d0fca2b2b:/examples/c/app-chainsend/chainsend.c diff --git a/examples/c/app-chainsend/chainsend.c b/examples/c/app-chainsend/chainsend.c index 2933c33bb9..3fcd81e0ef 100644 --- a/examples/c/app-chainsend/chainsend.c +++ b/examples/c/app-chainsend/chainsend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2021. The SimGrid Team. +/* Copyright (c) 2007-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -14,17 +14,6 @@ int main(int argc, char* argv[]) simgrid_load_platform(argv[1]); - /* Trace categories */ - TRACE_category_with_color("host0", "0 0 1"); - TRACE_category_with_color("host1", "0 1 0"); - TRACE_category_with_color("host2", "0 1 1"); - TRACE_category_with_color("host3", "1 0 0"); - TRACE_category_with_color("host4", "1 0 1"); - TRACE_category_with_color("host5", "0 0 0"); - TRACE_category_with_color("host6", "1 1 0"); - TRACE_category_with_color("host7", "1 1 1"); - TRACE_category_with_color("host8", "0 1 0"); - /* Application deployment */ simgrid_register_function("broadcaster", broadcaster); simgrid_register_function("peer", peer);