X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df078bae24388cc0dd63b2bbafe05897a0dd45f8..c9326643bdf057c8e96df1011be4a61f28aeb9d2:/src/simix/ActorImpl.cpp diff --git a/src/simix/ActorImpl.cpp b/src/simix/ActorImpl.cpp index f1ccd3c21a..7c3ee49e3a 100644 --- a/src/simix/ActorImpl.cpp +++ b/src/simix/ActorImpl.cpp @@ -853,8 +853,6 @@ void SIMIX_process_on_exit(smx_actor_t process, std::function * be nullptr. * It can be retrieved with the method ActorImpl::getUserData(). * @param host where the new agent is executed. - * @param argc first argument passed to @a code - * @param argv second argument passed to @a code * @param properties the properties of the process */ smx_actor_t simcall_process_create(std::string name, simgrid::simix::ActorCode code, void* data, sg_host_t host,