Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove empty statement.
[simgrid.git] / src / msg / msg_private.hpp
index 6f2539f..9eb7d1c 100644 (file)
@@ -127,9 +127,6 @@ inline void s_simdata_task_t::setUsed()
 {
   if (this->isused)
     this->reportMultipleUse();
-  if (msg_global->debug_multiple_use) {
-    // TODO, backtrace
-  }
   this->isused = true;
 }