mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
MHD_connection_handle_write(): removed unused variable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user