From ed69b2be1f784ac15a2798bc4a36a3bd82b8b7c8 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 18 Nov 2022 18:01:29 +0000 Subject: Remove a useless variable that is shadowing another already existing one. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905386 13f79535-47bb-0310-9956-ffa450edef68 --- network_io/unix/sendrecv.c | 1 - 1 file changed, 1 deletion(-) 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) { -- cgit v1.2.1