diff options
-rw-r--r-- | include/net-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net-common.h b/include/net-common.h index 29d31f37263..89679e20860 100644 --- a/include/net-common.h +++ b/include/net-common.h @@ -518,7 +518,6 @@ int wget_do_request(ulong dst_addr, char *uri); * Return: true if uri is valid, false if uri is invalid */ bool wget_validate_uri(char *uri); -//int do_wget(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[]); /** * enum wget_http_method - http method |