summary refs log tree commit diff stats
path: root/include/system/accel-ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system/accel-ops.h')
-rw-r--r--include/system/accel-ops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/system/accel-ops.h b/include/system/accel-ops.h
index a786c7d478..bf7383511d 100644
--- a/include/system/accel-ops.h
+++ b/include/system/accel-ops.h
@@ -61,7 +61,6 @@ struct AccelOpsClass {
      */
     void (*synchronize_state)(CPUState *cpu);
     void (*synchronize_pre_loadvm)(CPUState *cpu);
-    void (*synchronize_pre_resume)(bool step_pending);
 
     /* handle_interrupt is mandatory. */
     void (*handle_interrupt)(CPUState *cpu, int mask);