[U-Boot] [PATCH] cmd_mem: Remove unused variable

24 Nov
2008
24 Nov
'08
6:54 p.m.
Signed-off-by: Peter Tyser ptyser@xes-inc.com --- common/cmd_mem.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/common/cmd_mem.c b/common/cmd_mem.c index d7666c2..400cfd7 100644 --- a/common/cmd_mem.c +++ b/common/cmd_mem.c @@ -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:
--
1.6.0.2.GIT

14 Dec
14 Dec
11:14 a.m.
Dear Peter Tyser,
In message 1227549287-29241-1-git-send-email-ptyser@xes-inc.com you wrote:
Signed-off-by: Peter Tyser ptyser@xes-inc.com
common/cmd_mem.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Our OS who art in CPU, UNIX be thy name.
Thy programs run, thy syscalls done,
In kernel as it is in user!
5988
Age (days ago)
6008
Last active (days ago)
1 comments
2 participants
participants (2)
-
Peter Tyser
-
Wolfgang Denk