X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1253e13cfd127a81c36d903c3f55cbfb5248c985..70de59087500552156e19520863b7b434bf3edfc:/include/xbt/dynar.h diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 90c5fe4134..2f426037c8 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -56,10 +56,6 @@ SG_BEGIN_DECL() /** \brief Dynar data type (opaque type) */ typedef struct xbt_dynar_s *xbt_dynar_t; - /** \brief Pointer to a function freeing a pointed data */ - typedef void (void_f_ppvoid_t)(void**); - /** \brief Pointer to a function freeing some data */ - typedef void (void_f_pvoid_t) (void*); xbt_dynar_t xbt_dynar_new(unsigned long elm_size, void_f_pvoid_t *free_func);