summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-03-20 10:19:46 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-03-20 10:19:46 +0000
commitd3b373696145a6244ca7cba11328771dca589d49 (patch)
treee1f06725beb8a8008b5778cf11463eba71638f4d
parentad6dd17f6fa08c02992fc841676c68503c37c967 (diff)
downloadlibapr-d3b373696145a6244ca7cba11328771dca589d49.tar.gz
Merge r158323 from trunk:
* poll/unix/epoll.c (apr_pollset_poll): Remove unused variable. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@158324 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--poll/unix/epoll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/poll/unix/epoll.c b/poll/unix/epoll.c
index 24ac86090..d7f0dc43f 100644
--- a/poll/unix/epoll.c
+++ b/poll/unix/epoll.c
@@ -224,7 +224,6 @@ APR_DECLARE(apr_status_t) apr_pollset_poll(apr_pollset_t *pollset,
{
int ret, i;
apr_status_t rv = APR_SUCCESS;
- pfd_elem_t *ep;
if (timeout > 0) {
timeout /= 1000;