mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-04 12:04:17 +00:00
net: remove commented out line
Commit 1d5d292b79
("net: split net into net{,-common,-legacy,-lwip}")
inadvertendly left a commented out declaration for do_wget() in
net-common.h. Remove it.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
42df30a210
commit
36510e4e41
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue