From f63c9862ffd13e41126dd2a70e4c4c287da549a5 Mon Sep 17 00:00:00 2001 From: Josh Kunz Date: Mon, 3 Feb 2020 18:54:15 -0800 Subject: linux-user: remove gemu_log from the linux-user tree Now that all uses have been migrated to `qemu_log' it is no longer needed. Reviewed-by: Laurent Vivier Signed-off-by: Josh Kunz Message-Id: <20200204025416.111409-4-jkz@google.com> Signed-off-by: Laurent Vivier --- linux-user/main.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'linux-user/main.c') diff --git a/linux-user/main.c b/linux-user/main.c index 8f1d07cdd6..22578b1633 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -112,15 +112,6 @@ const char *qemu_uname_release; by remapping the process stack directly at the right place */ unsigned long guest_stack_size = 8 * 1024 * 1024UL; -void gemu_log(const char *fmt, ...) -{ - va_list ap; - - va_start(ap, fmt); - vfprintf(stderr, fmt, ap); - va_end(ap); -} - #if defined(TARGET_I386) int cpu_get_pic_interrupt(CPUX86State *env) { -- cgit 1.4.1