summaryrefslogtreecommitdiff
path: root/poll
diff options
context:
space:
mode:
authorpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2005-05-28 00:13:27 +0000
committerpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2005-05-28 00:13:27 +0000
commit44d1fac7ce237829ca7274bddf3fe6d28c8ec695 (patch)
tree348f1d75d456a4f1a961e3c30ca1516588b85a50 /poll
parentf8a80628d89d05e5013cccc349bdf882655ba4c4 (diff)
downloadlibapr-44d1fac7ce237829ca7274bddf3fe6d28c8ec695.tar.gz
- Remove unused variable.
git-svn-id: http://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;