Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Only #include LivenessChecker.hpp in LivenessChecker.cpp
[simgrid.git] / src / mc / LivenessChecker.hpp
index f94a9e1..b9e1475 100644 (file)
@@ -29,8 +29,6 @@ SG_END_DECL()
 namespace simgrid {
 namespace mc {
 
-extern XBT_PRIVATE xbt_automaton_t property_automaton;
-
 struct XBT_PRIVATE Pair {
   int num = 0;
   bool search_cycle = false;