OSDN Git Service

tcg: remove the final vestiges of dstate
[qmiga/qemu.git] / include / exec / exec-all.h
index 4d2b151..3b1b57f 100644 (file)
@@ -545,9 +545,6 @@ struct TranslationBlock {
 #define CF_CLUSTER_MASK  0xff000000 /* Top 8 bits are cluster ID */
 #define CF_CLUSTER_SHIFT 24
 
-    /* Per-vCPU dynamic tracing state used to generate this TB */
-    uint32_t trace_vcpu_dstate;
-
     /*
      * Above fields used for comparing
      */