]> git.proxmox.com Git - qemu.git/blobdiff - target-alpha/cpu.h
target-alpha: Avoid leaking the alarm timer over reset
[qemu.git] / target-alpha / cpu.h
index 32e3777cdc51ea93be7974970af73a2757166e8b..e1d771562aed0e10308b63852cedf3ed1a229f8b 100644 (file)
@@ -277,7 +277,6 @@ struct CPUAlphaState {
 #endif
 
     /* This alarm doesn't exist in real hardware; we wish it did.  */
-    struct QEMUTimer *alarm_timer;
     uint64_t alarm_expire;
 
     /* Those resources are used only in QEMU core */