From 67af42ac5a6227d61a8ef4ba7289ada9418f2fb8 Mon Sep 17 00:00:00 2001 From: Wolfgang Schildbach Date: Mon, 6 Dec 2010 15:06:06 +0000 Subject: Remove dead code for ARM semihosting commandline handling There are some bits in the code which were used to store the commandline for the semihosting call. These bits are now write-only and can be removed. Signed-off-by: Wolfgang Schildbach Reviewed-by: Peter Maydell Signed-off-by: Riku Voipio --- linux-user/linuxload.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux-user/linuxload.c') diff --git a/linux-user/linuxload.c b/linux-user/linuxload.c index 9ee27c3558..ac8c486c5f 100644 --- a/linux-user/linuxload.c +++ b/linux-user/linuxload.c @@ -174,8 +174,6 @@ int loader_exec(const char * filename, char ** argv, char ** envp, retval = prepare_binprm(bprm); - infop->host_argv = argv; - if(retval>=0) { if (bprm->buf[0] == 0x7f && bprm->buf[1] == 'E' -- cgit v1.2.1