mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
mime: fix a trivial warning.
This commit is contained in:
parent
c1d0b6f98e
commit
ee5725fb5e
@ -379,7 +379,6 @@ static curl_off_t encoder_nop_size(curl_mimepart *part)
|
||||
static size_t encoder_7bit_read(char *buffer, size_t size, bool ateof,
|
||||
curl_mimepart *part)
|
||||
{
|
||||
size_t i;
|
||||
mime_encoder_state *st = &part->encstate;
|
||||
size_t cursize = st->bufend - st->bufbeg;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user