diff options
Diffstat (limited to 'linux-user/exit.c')
-rw-r--r-- | linux-user/exit.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linux-user/exit.c b/linux-user/exit.c index 3017d28..5026631 100644 --- a/linux-user/exit.c +++ b/linux-user/exit.c @@ -22,9 +22,6 @@ #include "qemu.h" #include "user-internals.h" #include "qemu/plugin.h" -#ifdef CONFIG_GPROF -#include <sys/gmon.h> -#endif #ifdef CONFIG_GCOV extern void __gcov_dump(void); @@ -32,9 +29,6 @@ extern void __gcov_dump(void); void preexit_cleanup(CPUArchState *env, int code) { -#ifdef CONFIG_GPROF - _mcleanup(); -#endif #ifdef CONFIG_GCOV __gcov_dump(); #endif |