gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 02/02: MHD_connection_handle_write(): remov


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/02: MHD_connection_handle_write(): removed unused variable
Date: Mon, 05 Jun 2017 21:46:54 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 1d356a1f480dc11eef0bfe374ee21ea2ecc5ca7a
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Jun 5 22:44:14 2017 +0300

    MHD_connection_handle_write(): removed unused variable
---
 src/microhttpd/connection.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index cd8b5b04..1a692618 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2852,7 +2852,6 @@ MHD_connection_handle_write (struct MHD_Connection 
*connection)
           if (connection->response_write_position <
               connection->response->total_size)
           {
-            int err;
             uint64_t data_write_offset;
 
             if (NULL != response->crc)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]