Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modernize simcall execution_waitany_for.
[simgrid.git] / src / simix / popping_enum.hpp
index 1f19164..4b81b84 100644 (file)
@@ -21,7 +21,6 @@ namespace simix {
  */
 enum class Simcall {
   NONE,
-  EXECUTION_WAITANY_FOR,
   COMM_RECV,
   COMM_IRECV,
   COMM_SEND,
@@ -34,6 +33,6 @@ enum class Simcall {
   RUN_BLOCKING,
 };
 
-constexpr int NUM_SIMCALLS = 12;
+constexpr int NUM_SIMCALLS = 11;
 } // namespace simix
 } // namespace simgrid