Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'support-sendrecv-ti' into 'master'
[simgrid.git] / src / mc / mc_client_api.cpp
index 1a074b5e80f6bdd05d8b8af8c4e44a91ab9ec10d..d8044c33d2ce9138c968cbbdb6a467b3301f5128 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2021. The SimGrid Team.
+/* Copyright (c) 2008-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -31,15 +31,6 @@ void MC_assert(int prop)
   }
 }
 
-void MC_cut()
-{
-  xbt_assert(mc_model_checker == nullptr);
-  if (not MC_is_active())
-    return;
-  // FIXME, We want to do this in the model-checker:
-  xbt_die("MC_cut() not implemented");
-}
-
 void MC_ignore(void* addr, size_t size)
 {
   xbt_assert(mc_model_checker == nullptr);