summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network_io/unix/sendrecv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/network_io/unix/sendrecv.c b/network_io/unix/sendrecv.c
index ae7de9f64..6721a66e9 100644
--- a/network_io/unix/sendrecv.c
+++ b/network_io/unix/sendrecv.c
@@ -475,7 +475,6 @@ apr_status_t apr_socket_sendfile(apr_socket_t *sock, apr_file_t *file,
break;
}
if (sock->options & APR_INCOMPLETE_WRITE) {
- apr_status_t arv;
sock->options &= ~APR_INCOMPLETE_WRITE;
arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
if (arv != APR_SUCCESS) {