summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-11 19:47:39 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-11 19:47:39 +0000
commit9c22bc63129720e0c1fe6e910b0425923c123a31 (patch)
tree07f8475804b421a3408053afbc632988dca66914 /tcg/tcg.h
parent095271d4eaf96129e9c08c3c5b7eace20527ac9a (diff)
downloadqemu-9c22bc63129720e0c1fe6e910b0425923c123a31.tar.gz
TCG: remove obsolete old_op_count profiler field
Since we don't generate any "old op" anymore, the old_op_count is unneeded. Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6614 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r--tcg/tcg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/tcg.h b/tcg/tcg.h
index 03115e25b6..622c0c52d5 100644
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -272,7 +272,6 @@ struct TCGContext {
int op_count_max; /* max insn per TB */
int64_t temp_count;
int temp_count_max;
- int64_t old_op_count;
int64_t del_op_count;
int64_t code_in_len;
int64_t code_out_len;