Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
In VisitedState class, get_remote_heap_bytes() from mc_api is called
[simgrid.git] / src / mc / mc_state.hpp
index 4448a09..f57f397 100644 (file)
@@ -90,8 +90,6 @@ public:
   void set_done() { this->state = InterleavingType::done; }
 };
 
-class PatternCommunication;
-
 /* A node in the exploration graph (kind-of) */
 class XBT_PRIVATE State {
 public: