From: Arnaud Giersch Date: Thu, 13 Mar 2014 08:54:25 +0000 (+0100) Subject: Also remove forward declaration for removed function. X-Git-Tag: v3_11~218^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/edd9023755f5628abe30bdb2745dad951e487e67?ds=sidebyside Also remove forward declaration for removed function. --- diff --git a/src/simix/smx_context_sysv.c b/src/simix/smx_context_sysv.c index 18822c5545..9db467f609 100644 --- a/src/simix/smx_context_sysv.c +++ b/src/simix/smx_context_sysv.c @@ -46,12 +46,6 @@ static unsigned long sysv_process_index = 0; /* index of the next process to r static smx_ctx_sysv_t sysv_maestro_context; static int smx_ctx_sysv_factory_finalize(smx_context_factory_t *factory); -static smx_context_t -smx_ctx_sysv_create_context_sized(size_t structure_size, - xbt_main_func_t code, int argc, - char **argv, - void_pfn_smxprocess_t cleanup_func, - smx_process_t process); static void smx_ctx_sysv_free(smx_context_t context); static smx_context_t smx_ctx_sysv_create_context(xbt_main_func_t code, int argc, char **argv,