Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] remove old source file with functions that are no longer used
[simgrid.git] / src / simix / smx_process.c
index 2713127..bf5707b 100644 (file)
@@ -495,9 +495,6 @@ void SIMIX_process_sleep_destroy(smx_action_t action)
   XBT_DEBUG("Destroy action %p", action);
   if (action->sleep.surf_sleep)
     action->sleep.surf_sleep->model_type->action_unref(action->sleep.surf_sleep);
-#ifdef HAVE_TRACING
-  TRACE_smx_action_destroy(action);
-#endif
   xbt_mallocator_release(simix_global->action_mallocator, action);
 }