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:19:47 UTC

svn commit: r158324 - apr/apr/branches/1.1.x/poll/unix/epoll.c

Author: jorton
Date: Sun Mar 20 02:19:46 2005
New Revision: 158324

URL: http://svn.apache.org/viewcvs?view=rev&rev=158324
Log:
Merge r158323 from trunk:

* poll/unix/epoll.c (apr_pollset_poll): Remove unused variable.

Modified:
    apr/apr/branches/1.1.x/poll/unix/epoll.c

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