From a0bc59972664194cc208e28ae714b134a26ba045 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 30 Sep 2023 11:15:23 -0700 Subject: build: Remove --enable-gprof MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This build option has been deprecated since 8.0. Remove all CONFIG_GPROF code that depends on that, including one errant check using TARGET_GPROF. Acked-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Acked-by: Paolo Bonzini Signed-off-by: Richard Henderson --- bsd-user/bsd-proc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'bsd-user/bsd-proc.h') diff --git a/bsd-user/bsd-proc.h b/bsd-user/bsd-proc.h index a1061bf..0e1d461 100644 --- a/bsd-user/bsd-proc.h +++ b/bsd-user/bsd-proc.h @@ -25,9 +25,6 @@ /* exit(2) */ static inline abi_long do_bsd_exit(void *cpu_env, abi_long arg1) { -#ifdef TARGET_GPROF - _mcleanup(); -#endif gdb_exit(arg1); qemu_plugin_user_exit(); _exit(arg1); -- cgit v1.1