]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_host.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dsend used for small messages
[simgrid.git] / src / simix / smx_host.c
index c1d3e0ccd54000080c8f4e098012d74c9a06c594..29589b1f4d7cd74133551be2907edba28a8108ae 100644 (file)
@@ -209,10 +209,6 @@ smx_action_t SIMIX_host_execute(const char *name, smx_host_t host,
     surf_workstation_model->set_priority(action->execution.surf_exec, priority);
   }
 
-#ifdef HAVE_TRACING
-  TRACE_smx_host_execute(action);
-#endif
-
   XBT_DEBUG("Create execute action %p", action);
 
   return action;
@@ -267,9 +263,6 @@ void SIMIX_host_execution_destroy(smx_action_t action)
     action->execution.surf_exec = NULL;
   }
 
-#ifdef HAVE_TRACING
-  TRACE_smx_action_destroy(action);
-#endif
   xbt_mallocator_release(simix_global->action_mallocator, action);
 }