summaryrefslogtreecommitdiff
path: root/buckets
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2009-06-28 07:35:39 +0000
committerPaul Querna <pquerna@apache.org>2009-06-28 07:35:39 +0000
commit32d4d8aa9258fa8525c1ec48a2c45814125f6054 (patch)
tree7cfefec93bbe222eb2dfe8adf29cafd7ddb12824 /buckets
parentfddca9e7831f1b4d9399406553088dce6dd70322 (diff)
downloadapr-32d4d8aa9258fa8525c1ec48a2c45814125f6054.tar.gz
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
Diffstat (limited to 'buckets')
-rw-r--r--buckets/apr_buckets_alloc.c5
1 files changed, 0 insertions, 5 deletions
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,