X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/195e487a20a55e069bd2300dedf67d7cb122ee47..507785035fffb029577ed608142f0cb8a43f77e9:/src/simix/popping_enum.h?ds=sidebyside diff --git a/src/simix/popping_enum.h b/src/simix/popping_enum.h index 4f357d8bd9..877f0a3a11 100644 --- a/src/simix/popping_enum.h +++ b/src/simix/popping_enum.h @@ -100,10 +100,5 @@ typedef enum { SIMCALL_ASR_GET_PROPERTIES, SIMCALL_MC_RANDOM, SIMCALL_SET_CATEGORY, - SIMCALL_RUN_KERNEL, -#ifdef HAVE_MC - SIMCALL_MC_SNAPSHOT, - SIMCALL_MC_COMPARE_SNAPSHOTS, -#endif - NUM_SIMCALLS + SIMCALL_RUN_KERNEL, NUM_SIMCALLS } e_smx_simcall_t;