Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / include / mc / mc.h
diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h
deleted file mode 100644 (file)
index 5bc5651..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright (c) 2008-2022. The SimGrid Team. All rights reserved.          */
-
-/* This program is free software; you can redistribute it and/or modify it
- * under the terms of the license (GNU LGPL) which comes with this package. */
-
-#ifndef MC_MC_H
-#define MC_MC_H
-
-#include <simgrid/forward.h>
-#include <simgrid/modelchecker.h> /* our public interface (and definition of SIMGRID_HAVE_MC) */
-
-SG_BEGIN_DECL
-
-/********************************* Global *************************************/
-XBT_ATTRIB_NORETURN XBT_PUBLIC void MC_run();
-
-SG_END_DECL
-
-#ifdef __cplusplus
-XBT_PUBLIC void MC_process_clock_add(const simgrid::kernel::actor::ActorImpl*, double);
-XBT_PUBLIC double MC_process_clock_get(const simgrid::kernel::actor::ActorImpl*);
-#endif
-
-#endif