summaryrefslogtreecommitdiff
path: root/poll
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-05-28 00:13:27 +0000
committerPaul Querna <pquerna@apache.org>2005-05-28 00:13:27 +0000
commit862dec66856c12d7c033a19fae8187d28eafc330 (patch)
tree348f1d75d456a4f1a961e3c30ca1516588b85a50 /poll
parent2c5fdb69a626ada33d01927c279d2c929300062d (diff)
downloadapr-862dec66856c12d7c033a19fae8187d28eafc330.tar.gz
- Remove unused variable.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@178845 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poll')
-rw-r--r--poll/unix/kqueue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/poll/unix/kqueue.c b/poll/unix/kqueue.c
index 287ab18fb..b2beb571a 100644
--- a/poll/unix/kqueue.c
+++ b/poll/unix/kqueue.c
@@ -235,7 +235,6 @@ APR_DECLARE(apr_status_t) apr_pollset_poll(apr_pollset_t *pollset,
const apr_pollfd_t **descriptors)
{
int ret, i;
- pfd_elem_t *ep;
struct timespec tv, *tvptr;
apr_status_t rv = APR_SUCCESS;