From 32d4d8aa9258fa8525c1ec48a2c45814125f6054 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Sun, 28 Jun 2009 07:35:39 +0000 Subject: Remove dead debug code referencing apr_pool_allocator_get, which doesn't exist anymore. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@789061 13f79535-47bb-0310-9956-ffa450edef68 --- buckets/apr_buckets_alloc.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'buckets') diff --git a/buckets/apr_buckets_alloc.c b/buckets/apr_buckets_alloc.c index 6a00a8e77..4ed516672 100644 --- a/buckets/apr_buckets_alloc.c +++ b/buckets/apr_buckets_alloc.c @@ -97,11 +97,6 @@ APU_DECLARE_NONSTD(void) apr_bucket_alloc_destroy(apr_bucket_alloc_t *list) apr_allocator_free(list->allocator, list->blocks); -#if APR_POOL_DEBUG - if (list->pool && list->allocator != apr_pool_allocator_get(list->pool)) { - apr_allocator_destroy(list->allocator); - } -#endif } APU_DECLARE_NONSTD(void *) apr_bucket_alloc(apr_size_t size, -- cgit v1.2.1