linux-user: Remove dead code
commit48c8c5e8862431235ec5ab553977ee5fe6ffbba7
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 3 Mar 2021 21:46:57 +0000 (3 22:46 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:25:04 +0000 (15 21:25 +0200)
tree3588d70834d34236804ff6ebdb2c06f72bcc972a
parent6d34aa9969ff85ca6eaeb4dc1988a4d4e13e7d79
linux-user: Remove dead code

We can not use watchpoints in user-mode emulation because we
need the softmmu slow path to detect accesses to watchpointed
memory. This code is expanded as empty stub in "hw/core/cpu.h"
anyway, so we can drop it.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210303214708.1727801-18-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/main.c