Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill synchronized dynars: we don't need them and they are a mess to keep (sorry,...
[simgrid.git] / src / simix / smx_process.c
index ad38a717cc73814ce8a9cb5da9f006f4a297dcd7..657c8170c90459f91cdbd31736c8966aa9ffd8ee 100644 (file)
@@ -710,12 +710,6 @@ void SIMIX_process_yield(smx_process_t self)
     SMX_THROW();
   }
 
-  /* Ignore some local variables from xbt/ex.c for stacks comparison */
-  if(MC_is_active()){
-    MC_ignore_stack("ctx", "SIMIX_process_yield");
-    MC_ignore_stack("_throw_ctx", "SIMIX_process_yield");
-    MC_ignore_stack("_log_ev", "SIMIX_process_yield");
-  }
 }
 
 /* callback: context fetching */