diff options
author | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 2002-09-26 17:51:54 +0000 |
---|---|---|
committer | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 2002-09-26 17:51:54 +0000 |
commit | 8343e5b6b054f657a0632f0e0844cab1b68725d5 (patch) | |
tree | e756325e89741279bb6c157a3358b26d0d6bed1f /include/apr_poll.h | |
parent | 69d76bff4f53903c0c6f6fae6a068343fc858629 (diff) | |
download | libapr-8343e5b6b054f657a0632f0e0844cab1b68725d5.tar.gz |
Delete some invalid comments from the apr_pollset_destroy doc.
Submitted by: Garrett Rooney
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63885 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_poll.h')
-rw-r--r-- | include/apr_poll.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/apr_poll.h b/include/apr_poll.h index fbb3060d2..8ba499e94 100644 --- a/include/apr_poll.h +++ b/include/apr_poll.h @@ -242,10 +242,6 @@ APR_DECLARE(apr_status_t) apr_pollset_create(apr_pollset_t **pollset, /** * Destroy a pollset object * @param pollset The pollset to destroy - * @param descriptors An initial set of descriptors to add to the pollset - * (may be NULL) - * @param num The number of elements in the descriptors array - * @param p The pool from which to allocate the pollset */ APR_DECLARE(apr_status_t) apr_pollset_destroy(apr_pollset_t *pollset); |