mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
cmd_mem: Remove unused variable
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
3aed3aa2c1
commit
d16da93430
@ -1175,7 +1175,6 @@ int do_unzip ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
unsigned long src, dst;
|
unsigned long src, dst;
|
||||||
unsigned long src_len = ~0UL, dst_len = ~0UL;
|
unsigned long src_len = ~0UL, dst_len = ~0UL;
|
||||||
int err;
|
|
||||||
|
|
||||||
switch (argc) {
|
switch (argc) {
|
||||||
case 4:
|
case 4:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user