Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Uncomment.
[simgrid.git] / src / simix / popping_enum.hpp
index 99f89afee5b7bf6df03e546eb9fa866a34caeef8..b03db5ad7e021f3462f1af5028277f3b929f1df8 100644 (file)
@@ -4,7 +4,7 @@
 /*                    DO NOT EVER CHANGE THIS FILE                    */
 /*                                                                    */
 /* change simcalls specification in src/simix/simcalls.in             */
-/* Copyright (c) 2014-2020. The SimGrid Team. All rights reserved.    */
+/* Copyright (c) 2014-2021. The SimGrid Team. All rights reserved.    */
 /**********************************************************************/
 
 /*
@@ -37,11 +37,10 @@ enum class Simcall {
   COND_WAIT_TIMEOUT,
   SEM_ACQUIRE,
   SEM_ACQUIRE_TIMEOUT,
-  MC_RANDOM,
   RUN_KERNEL,
   RUN_BLOCKING,
 };
 
-constexpr int NUM_SIMCALLS = 20;
+constexpr int NUM_SIMCALLS = 19;
 } // namespace simix
 } // namespace simgrid