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 1d41202485..d8472c88fb 100644 --- a/include/exec/tb-context.h +++ b/include/exec/tb-context.h @@ -31,7 +31,6 @@ typedef struct TBContext TBContext; struct TBContext { - GTree *tb_tree; struct qht htable; /* any access to the tbs or the page table must use this lock */ QemuMutex tb_lock; |