X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc01c6a871dbbfd0cc84e26eb9f94aeb539e613e..6a5f04303fede6c66ee161297d17a0979a8e691e:/examples/msg/tracing/procmig.c diff --git a/examples/msg/tracing/procmig.c b/examples/msg/tracing/procmig.c index e45aab6985..2a22680368 100644 --- a/examples/msg/tracing/procmig.c +++ b/examples/msg/tracing/procmig.c @@ -50,8 +50,6 @@ int main(int argc, char *argv[]) argv[0]); exit(1); } - //starting the simulation trace - TRACE_start(); TRACE_category("emigrant"); /* Simulation setting */ @@ -67,9 +65,6 @@ int main(int argc, char *argv[]) if (res == MSG_OK) res = MSG_clean(); - //ending the simulation trace - TRACE_end(); - if (res == MSG_OK) return 0; else