Index: include/apr_poll.h
===================================================================
RCS file: /home/cvspublic/apr/include/apr_poll.h,v
retrieving revision 1.6
diff -u -r1.6 apr_poll.h
--- include/apr_poll.h	6 Aug 2002 23:51:37 -0000	1.6
+++ include/apr_poll.h	22 Sep 2002 14:02:30 -0000
@@ -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);
 
