Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill popping_bodies.cpp
[simgrid.git] / src / simix / popping_enum.hpp
index aac349c039690025739ddcac1af7a4698ae1366c..a89500b74158d26ec3bc44f79bcc371823491a3c 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