diff -r 262c7be94eba -r 4f02199d8aae ucx/mempool.h --- a/ucx/mempool.h Thu Oct 15 14:21:38 2015 +0200 +++ b/ucx/mempool.h Thu Oct 15 14:59:25 2015 +0200 @@ -47,13 +47,6 @@ #endif /** - * A function pointer to a destructor function. - * @see ucx_mempool_setdestr() - * @see ucx_mempool_regdestr() - */ -typedef void(*ucx_destructor)(void*); - -/** * UCX mempool structure. */ typedef struct {