Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simix simplification: no need for a template here
[simgrid.git] / src / simix / popping_enum.hpp
index aac349c..a89500b 100644 (file)
@@ -21,16 +21,10 @@ namespace simix {
  */
 enum class Simcall {
   NONE,
-  COMM_RECV,
-  COMM_IRECV,
-  COMM_SEND,
-  COMM_ISEND,
-  COMM_WAITANY,
-  COMM_WAIT,
   RUN_KERNEL,
   RUN_BLOCKING,
 };
 
-constexpr int NUM_SIMCALLS = 9;
+constexpr int NUM_SIMCALLS = 3;
 } // namespace simix
 } // namespace simgrid