Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] remove logging trace message
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Dec 2010 09:56:34 +0000 (09:56 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Dec 2010 09:56:34 +0000 (09:56 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9047 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/instr/instr_config.c

index a8a5074..2571250 100644 (file)
@@ -129,7 +129,6 @@ int TRACE_end()
 {
   if (!TRACE_is_active())
     return 1;
-  XBT_IN;
 
   /* close the trace file */
   TRACE_paje_end();