From 8a5dc04be29997c133da9cdc4292f8cc33b16deb Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 8 Mar 2022 10:56:10 +0900 Subject: [PATCH] webclient: Remove an inappropriate comment (a copy-and-paste botch) --- netutils/webclient/webclient.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/netutils/webclient/webclient.c b/netutils/webclient/webclient.c index 3191add49..9cb7fb431 100644 --- a/netutils/webclient/webclient.c +++ b/netutils/webclient/webclient.c @@ -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);