diff options
Diffstat (limited to 'include/exec/tb-context.h')
-rw-r--r-- | include/exec/tb-context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/tb-context.h b/include/exec/tb-context.h index d8472c88fb..8c9b49c98e 100644 --- a/include/exec/tb-context.h +++ b/include/exec/tb-context.h @@ -37,7 +37,6 @@ struct TBContext { /* statistics */ unsigned tb_flush_count; - int tb_phys_invalidate_count; }; extern TBContext tb_ctx; |