Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge mc_safety.hpp into DFSExplorer class
[simgrid.git] / src / mc / mc_safety.hpp
diff --git a/src/mc/mc_safety.hpp b/src/mc/mc_safety.hpp
deleted file mode 100644 (file)
index de140fc..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright (c) 2007-2021. 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 SIMGRID_MC_SAFETY_HPP
-#define SIMGRID_MC_SAFETY_HPP
-
-#include "xbt/base.h"
-
-namespace simgrid {
-namespace mc {
-
-enum class ReductionMode {
-  unset,
-  none,
-  dpor,
-};
-
-extern XBT_PRIVATE simgrid::mc::ReductionMode reduction_mode;
-}
-}
-
-#endif