diff options
Diffstat (limited to 'include/net-common.h')
-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 1d507b13b06..30860f5975a 100644 --- a/include/net-common.h +++ b/include/net-common.h @@ -519,7 +519,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 |