stoddard 2002/09/26 10:51:54
Modified: include apr_poll.h
Log:
Delete some invalid comments from the apr_pollset_destroy doc.
Submitted by: Garrett Rooney
Revision Changes Path
1.7 +0 -4 apr/include/apr_poll.h
Index: apr_poll.h
===================================================================
RCS file: /home/cvs/apr/include/apr_poll.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apr_poll.h 6 Aug 2002 23:51:37 -0000 1.6
+++ apr_poll.h 26 Sep 2002 17:51:54 -0000 1.7
@@ -242,10 +242,6 @@
/**
* 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);