]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/actor/SimcallObserver.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'fix_bindings_mistakenly_set_as_member_functions' into 'master'
[simgrid.git] / src / kernel / actor / SimcallObserver.cpp
index 11c533045ec6303336cccba670eb2833ebb875d4..1d402ab9ecbdc6f01f5adb40c42f6433596e1671 100644 (file)
@@ -48,17 +48,6 @@ bool ConditionWaitSimcall::is_enabled()
   }
   return true;
 }
-
-bool SemAcquireSimcall::is_enabled()
-{
-  static bool warned = false;
-  if (not warned) {
-    XBT_INFO("Using semaphore in model-checked code is still experimental. Use at your own risk");
-    warned = true;
-  }
-  return true;
-}
-
 } // namespace actor
 } // namespace kernel
 } // namespace simgrid