You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2005/03/20 11:16:14 UTC

svn commit: r158323 - apr/apr/trunk/poll/unix/epoll.c

Author: jorton
Date: Sun Mar 20 02:16:12 2005
New Revision: 158323

URL: http://svn.apache.org/viewcvs?view=rev&rev=158323
Log:
* poll/unix/epoll.c (apr_pollset_poll): Remove unused variable.

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

Modified: apr/apr/trunk/poll/unix/epoll.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/poll/unix/epoll.c?view=diff&r1=158322&r2=158323
==============================================================================
--- apr/apr/trunk/poll/unix/epoll.c (original)
+++ apr/apr/trunk/poll/unix/epoll.c Sun Mar 20 02:16:12 2005
@@ -225,7 +225,6 @@
 {
     int ret, i;
     apr_status_t rv = APR_SUCCESS;
-    pfd_elem_t *ep;
 
     if (timeout > 0) {
         timeout /= 1000;