Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge with simgrid/master
[simgrid.git] / src / mc / mc_state.hpp
index b2ce0cc4f13ad47865e85bf56a60662163783329..2f347e3032dbac972229a829b7762ec25db17db7 100644 (file)
@@ -29,8 +29,8 @@ public:
 
   /* Internal translation of the executed_req simcall
    *
-   * SIMCALL_COMM_TESTANY is translated to a SIMCALL_COMM_TEST
-   * and SIMCALL_COMM_WAITANY to a SIMCALL_COMM_WAIT.
+   * Simcall::COMM_TESTANY is translated to a Simcall::COMM_TEST
+   * and Simcall::COMM_WAITANY to a Simcall::COMM_WAIT.
    */
   s_smx_simcall internal_req_;
 
@@ -56,6 +56,4 @@ public:
 }
 }
 
-XBT_PRIVATE smx_simcall_t MC_state_choose_request(simgrid::mc::State* state);
-
 #endif