X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fc646b32904fce0465f564d149a830c8e7aeffe4..d78a7f87e28a15c0f1e71e4510a055554e0e5e9b:/src/simix/popping_enum.hpp diff --git a/src/simix/popping_enum.hpp b/src/simix/popping_enum.hpp index eb82c44447..5e21f81bfb 100644 --- a/src/simix/popping_enum.hpp +++ b/src/simix/popping_enum.hpp @@ -30,7 +30,6 @@ enum class Simcall { COMM_WAIT, COMM_TEST, COMM_TESTANY, - MUTEX_LOCK, COND_WAIT, COND_WAIT_TIMEOUT, SEM_ACQUIRE, @@ -39,6 +38,6 @@ enum class Simcall { RUN_BLOCKING, }; -constexpr int NUM_SIMCALLS = 17; +constexpr int NUM_SIMCALLS = 16; } // namespace simix } // namespace simgrid