mirror of
https://github.com/curl/curl.git
synced 2026-04-19 11:01:14 +03:00
mime: fix a trivial warning.
This commit is contained in:
parent
c1d0b6f98e
commit
ee5725fb5e
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue