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 2004/11/25 10:41:19 UTC

svn commit: r106558 - /apr/apr/trunk/poll/unix/poll.c

Author: jorton
Date: Thu Nov 25 01:41:18 2004
New Revision: 106558

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

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

Modified: apr/apr/trunk/poll/unix/poll.c
Url: http://svn.apache.org/viewcvs/apr/apr/trunk/poll/unix/poll.c?view=diff&rev=106558&p1=apr/apr/trunk/poll/unix/poll.c&r1=106557&p2=apr/apr/trunk/poll/unix/poll.c&r2=106558
==============================================================================
--- apr/apr/trunk/poll/unix/poll.c	(original)
+++ apr/apr/trunk/poll/unix/poll.c	Thu Nov 25 01:41:18 2004
@@ -203,7 +203,6 @@
                                              const apr_pollfd_t *descriptor)
 {
     apr_uint32_t i;
-    apr_os_sock_t fd;
 
     for (i = 0; i < pollset->nelts; i++) {
         if (descriptor->desc.s == pollset->query_set[i].desc.s) {