aboutsummaryrefslogtreecommitdiff
path: root/include/exec/cpu-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exec/cpu-all.h')
-rw-r--r--include/exec/cpu-all.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h
index 25cd63e..114ec70 100644
--- a/include/exec/cpu-all.h
+++ b/include/exec/cpu-all.h
@@ -472,17 +472,6 @@ static inline CPUNegativeOffsetState *env_neg(CPUArchState *env)
}
/**
- * cpu_neg(cpu)
- * @cpu: The generic CPUState
- *
- * Return the CPUNegativeOffsetState associated with the cpu.
- */
-static inline CPUNegativeOffsetState *cpu_neg(CPUState *cpu)
-{
- return &cpu->neg;
-}
-
-/**
* env_tlb(env)
* @env: The architecture environment
*