X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac25e4c7cc9af2408a8768aa0254cee3de4fc3b1..783573d576fa9ac43c007c6031bce185d882f92b:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 7f2d4e7408..64f9aac67b 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -110,8 +110,6 @@ typedef enum { /* Process creation/destruction callbacks */ typedef void (*void_pfn_smxprocess_t) (smx_actor_t); -/* for auto-restart function */ -typedef void (*void_pfn_sghost_t) (sg_host_t); extern int smx_context_stack_size; extern int smx_context_stack_size_was_set;