]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/explo/UdporChecker.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add tests for adding events to configurations
[simgrid.git] / src / mc / explo / UdporChecker.hpp
index cc1604ab350b34f97fd1f0e776c8da0567809dbc..e63802bb385034fe588cbe843120282260a9d75d 100644 (file)
@@ -10,7 +10,6 @@
 #include "src/mc/explo/Exploration.hpp"
 #include "src/mc/explo/udpor/Configuration.hpp"
 #include "src/mc/explo/udpor/EventSet.hpp"
-#include "src/mc/explo/udpor/StateManager.hpp"
 #include "src/mc/explo/udpor/Unfolding.hpp"
 #include "src/mc/explo/udpor/UnfoldingEvent.hpp"
 #include "src/mc/mc_record.hpp"
@@ -74,12 +73,6 @@ private:
    */
   EventSet G;
 
-  /**
-   * Maintains the mapping between handles referenced by events in
-   * the current state of the unfolding
-   */
-  StateManager state_manager_;
-
   /**
    * @brief UDPOR's current "view" of the program it is exploring
    */