summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2008-07-14 04:14:46 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2008-07-14 04:14:46 +0000
commit04fa00548bd2ad6ce01d39015738a11dc4c83786 (patch)
treec29a39d84acc0bca3a0c470aef3ad4417fc4611b
parent09e69511507f973799ca871008ed7800c4be6940 (diff)
downloadlibapr-util-04fa00548bd2ad6ce01d39015738a11dc4c83786.tar.gz
There is only one pool argument to apr_reslist_create().
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@676472 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_reslist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/apr_reslist.h b/include/apr_reslist.h
index 39e8398b..c4f81259 100644
--- a/include/apr_reslist.h
+++ b/include/apr_reslist.h
@@ -65,7 +65,6 @@ typedef apr_status_t (*apr_reslist_destructor)(void *resource, void *params,
* Create a new resource list with the following parameters:
* @param reslist An address where the pointer to the new resource
* list will be stored.
- * @param pool The pool to use for local storage and management
* @param min Allowed minimum number of available resources. Zero
* creates new resources only when needed.
* @param smax Resources will be destroyed to meet this maximum