mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
cmd_mem: Remove unused variable
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
3aed3aa2c1
commit
d16da93430
1 changed files with 0 additions and 1 deletions
|
@ -1175,7 +1175,6 @@ int do_unzip ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
|||
{
|
||||
unsigned long src, dst;
|
||||
unsigned long src_len = ~0UL, dst_len = ~0UL;
|
||||
int err;
|
||||
|
||||
switch (argc) {
|
||||
case 4:
|
||||
|
|
Loading…
Add table
Reference in a new issue