diff mbox series

[9/9] include/exec: Remove CPUNegativeOffsetState

Message ID 20230630122551.21766-10-anjo@rev.ng (mailing list archive)
State New, archived
Headers show
Series Collapse CPUNegativeOffsetState into CPUState | expand

Commit Message

Anton Johansson June 30, 2023, 12:25 p.m. UTC
Signed-off-by: Anton Johansson <anjo@rev.ng>
---
 include/exec/cpu-defs.h | 7 -------
 1 file changed, 7 deletions(-)
diff mbox series

Patch

diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h
index 429d9525f7..e5125abc07 100644
--- a/include/exec/cpu-defs.h
+++ b/include/exec/cpu-defs.h
@@ -77,11 +77,4 @@ 
 
 #endif /* CONFIG_SOFTMMU && CONFIG_TCG */
 
-/*
- * This structure must be placed in ArchCPU immediately
- * before CPUArchState, as a field named "neg".
- */
-typedef struct CPUNegativeOffsetState {
-} CPUNegativeOffsetState;
-
 #endif