X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9509e207c1b25e1e20bbb25bfdfc43f69c647ad4..0c3417410f5e66dd4d165d5435c7ff301483a25d:/src/simix/popping_generated.cpp diff --git a/src/simix/popping_generated.cpp b/src/simix/popping_generated.cpp index ea1765ceda..cdbe9ad417 100644 --- a/src/simix/popping_generated.cpp +++ b/src/simix/popping_generated.cpp @@ -55,7 +55,6 @@ const char* simcall_names[] = { "SIMCALL_STORAGE_READ", "SIMCALL_STORAGE_WRITE", "SIMCALL_MC_RANDOM", - "SIMCALL_SET_CATEGORY", "SIMCALL_RUN_KERNEL", "SIMCALL_RUN_BLOCKING", }; @@ -197,11 +196,6 @@ case SIMCALL_MC_RANDOM: SIMIX_simcall_answer(simcall); break; -case SIMCALL_SET_CATEGORY: - SIMIX_set_category(simgrid::simix::unmarshal>(simcall->args[0]), simgrid::simix::unmarshal(simcall->args[1])); - SIMIX_simcall_answer(simcall); - break; - case SIMCALL_RUN_KERNEL: SIMIX_run_kernel(simgrid::simix::unmarshal const*>(simcall->args[0])); SIMIX_simcall_answer(simcall);