From: Arran Cudbard-Bell Date: Wed, 16 Jun 2021 15:53:37 +0000 (-0500) Subject: Remove old/redundant declarations X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d717d770065d1948e915e043bcb64d7b5af15d;p=thirdparty%2Ffreeradius-server.git Remove old/redundant declarations --- diff --git a/src/lib/util/talloc.h b/src/lib/util/talloc.h index ea0af8cb3ed..65691c20333 100644 --- a/src/lib/util/talloc.h +++ b/src/lib/util/talloc.h @@ -130,10 +130,6 @@ void talloc_destructor_disarm(fr_talloc_destructor_t *d); int talloc_link_ctx(TALLOC_CTX *parent, TALLOC_CTX *child); -fr_talloc_destructor_t *talloc_add_destructor(TALLOC_CTX *chunk, fr_talloc_free_func_t func, void const *uctx); - -void talloc_disarm_destructor(fr_talloc_destructor_t *d); - TALLOC_CTX *talloc_page_aligned_pool(TALLOC_CTX *ctx, void **start, void **end, size_t size); TALLOC_CTX *talloc_aligned_array(TALLOC_CTX *ctx, void **start, size_t alignment, size_t size);