X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached-1.0%2Fallocators.h;h=86f05a06a9a81ac421b6d41896a764a695919443;hb=7997ff8f76b3df9c1644e96c8096eb42e553f788;hp=9df6e87efd692f768fa9f058c10205a4e48a5078;hpb=07affbd49a702e4dd9db927d9f19ffe3e3854038;p=awesomized%2Flibmemcached diff --git a/libmemcached-1.0/allocators.h b/libmemcached-1.0/allocators.h index 9df6e87e..86f05a06 100644 --- a/libmemcached-1.0/allocators.h +++ b/libmemcached-1.0/allocators.h @@ -37,14 +37,6 @@ #pragma once -struct memcached_allocator_t { - memcached_calloc_fn calloc; - memcached_free_fn free; - memcached_malloc_fn malloc; - memcached_realloc_fn realloc; - void *context; -}; - #ifdef __cplusplus extern "C" { #endif