mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
net: wget: removed unused function wget_success()
wget_success() is used nowhere so remove it. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
parent
fd23e80165
commit
719f6f1d9b
1 changed files with 0 additions and 7 deletions
|
@ -196,13 +196,6 @@ void wget_fail(char *error_message, unsigned int tcp_seq_num,
|
|||
wget_send(action, tcp_seq_num, tcp_ack_num, 0);
|
||||
}
|
||||
|
||||
void wget_success(u8 action, unsigned int tcp_seq_num,
|
||||
unsigned int tcp_ack_num, int len, int packets)
|
||||
{
|
||||
printf("Packets received %d, Transfer Successful\n", packets);
|
||||
wget_send(action, tcp_seq_num, tcp_ack_num, len);
|
||||
}
|
||||
|
||||
/*
|
||||
* Interfaces of U-BOOT
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue