X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8250fdfeb9c8dd3ae2a1d19f3c89871c9599d0f8..4a69abcc786d029bd2962537f767d12a0f808d11:/src/simix/popping_generated.cpp diff --git a/src/simix/popping_generated.cpp b/src/simix/popping_generated.cpp index 9c7bb3097a..b1259c9d2c 100644 --- a/src/simix/popping_generated.cpp +++ b/src/simix/popping_generated.cpp @@ -79,7 +79,6 @@ const char* simcall_names[] = { "SIMCALL_STORAGE_GET_FREE_SIZE", "SIMCALL_STORAGE_GET_USED_SIZE", "SIMCALL_STORAGE_GET_PROPERTIES", - "SIMCALL_STORAGE_GET_CONTENT", "SIMCALL_MC_RANDOM", "SIMCALL_SET_CATEGORY", "SIMCALL_RUN_KERNEL", @@ -353,11 +352,6 @@ case SIMCALL_STORAGE_GET_PROPERTIES: SIMIX_simcall_answer(simcall); break; -case SIMCALL_STORAGE_GET_CONTENT: - simgrid::simix::marshal(simcall->result, SIMIX_storage_get_content(simgrid::simix::unmarshal(simcall->args[0]))); - SIMIX_simcall_answer(simcall); - break; - case SIMCALL_MC_RANDOM: simgrid::simix::marshal(simcall->result, simcall_HANDLER_mc_random(simcall, simgrid::simix::unmarshal(simcall->args[0]), simgrid::simix::unmarshal(simcall->args[1]))); SIMIX_simcall_answer(simcall);