ucx/mempool.h

changeset 209
4f02199d8aae
parent 192
1e51558b9d09
child 215
e0853e077770
     1.1 --- a/ucx/mempool.h	Thu Oct 15 14:21:38 2015 +0200
     1.2 +++ b/ucx/mempool.h	Thu Oct 15 14:59:25 2015 +0200
     1.3 @@ -47,13 +47,6 @@
     1.4  #endif
     1.5  
     1.6  /**
     1.7 - * A function pointer to a destructor function.
     1.8 - * @see ucx_mempool_setdestr()
     1.9 - * @see ucx_mempool_regdestr()
    1.10 - */
    1.11 -typedef void(*ucx_destructor)(void*);
    1.12 -
    1.13 -/**
    1.14   * UCX mempool structure.
    1.15   */
    1.16  typedef struct {

mercurial