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 --- bsd-user/qemu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bsd-user/qemu.h') diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 976361622d..e343894ab1 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -50,7 +50,6 @@ struct image_info { abi_ulong entry; abi_ulong code_offset; abi_ulong data_offset; - char **host_argv; int personality; }; -- cgit 1.4.1