X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b10171365eb016397cbe20e1bed5d02be72634e8..28cf1594ef109bb3cd215fd9b0f16a5418ca999e:/include/simgrid/simix.h?ds=inline diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 3b75af828c..7c50946ca1 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -189,7 +189,6 @@ XBT_PUBLIC smx_actor_t simcall_process_create(const char* name, xbt_main_func_t int argc, char** argv, std::map* properties); #endif -XBT_PUBLIC void simcall_process_killall(); XBT_PUBLIC void SIMIX_process_throw(smx_actor_t process, xbt_errcat_t cat, int value, const char* mesg); /* Process handling */