X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/698a6743623c2ee94401679987f7fc59779d9359..bf8ed9d5767fa8dc1edbb868ba71c9900fb4daea:/include/xbt/function_types.h diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index 2f6745624f..03aec81f82 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -18,7 +18,6 @@ typedef void *(*pvoid_f_void_t) (void); typedef void *(*pvoid_f_pvoid_t) (void *); typedef void (*void_f_void_t) (void); -typedef int (*int_f_void_t) (void); typedef int (*int_f_pvoid_t) (void*); typedef int (*int_f_pvoid_pvoid_t) (void *, void *);