webclient: Remove an inappropriate comment (a copy-and-paste botch)

This commit is contained in:
YAMAMOTO Takashi 2022-03-08 10:56:10 +09:00 committed by Xiang Xiao
parent 44e80ac972
commit 8a5dc04be2

View File

@ -764,9 +764,6 @@ static inline int wget_parseheaders(struct webclient_context *ctx,
else if (strncasecmp(ws->line, g_httptransferencoding,
strlen(g_httptransferencoding)) == 0)
{
/* Parse the new host and filename from the URL.
*/
FAR const char *encodings =
ws->line + strlen(g_httptransferencoding);