You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by pq...@apache.org on 2005/05/28 02:13:27 UTC

svn commit: r178845 - /apr/apr/trunk/poll/unix/kqueue.c

Author: pquerna
Date: Fri May 27 17:13:27 2005
New Revision: 178845

URL: http://svn.apache.org/viewcvs?rev=178845&view=rev
Log:
- Remove unused variable.

Modified:
    apr/apr/trunk/poll/unix/kqueue.c

Modified: apr/apr/trunk/poll/unix/kqueue.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/poll/unix/kqueue.c?rev=178845&r1=178844&r2=178845&view=diff
==============================================================================
--- apr/apr/trunk/poll/unix/kqueue.c (original)
+++ apr/apr/trunk/poll/unix/kqueue.c Fri May 27 17:13:27 2005
@@ -235,7 +235,6 @@
                                            const apr_pollfd_t **descriptors)
 {
     int ret, i;
-    pfd_elem_t *ep;
     struct timespec tv, *tvptr;
     apr_status_t rv = APR_SUCCESS;