diff options
author | Harsh Prateek Bora <harsh@linux.vnet.ibm.com> | 2012-07-20 18:52:14 +0530 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-08-14 10:40:39 +0100 |
commit | fd82f015a1cc2df5972f06b75b350f65da68f9cf (patch) | |
tree | fd07a03f2cea80dacc050ebb93cfd1fb90806718 /trace/simple.h | |
parent | 83d35d3e9909614e952021a92dbb39421977affc (diff) | |
download | qemu-fd82f015a1cc2df5972f06b75b350f65da68f9cf.tar.gz qemu-fd82f015a1cc2df5972f06b75b350f65da68f9cf.tar.bz2 qemu-fd82f015a1cc2df5972f06b75b350f65da68f9cf.zip |
trace: drop unused TraceBufferRecord->next_tbuf_idx field
Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'trace/simple.h')
-rw-r--r-- | trace/simple.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trace/simple.h b/trace/simple.h index 7e521c1e1f..2ab96a8147 100644 --- a/trace/simple.h +++ b/trace/simple.h @@ -29,7 +29,6 @@ void st_flush_trace_buffer(void); typedef struct { unsigned int tbuf_idx; - unsigned int next_tbuf_idx; unsigned int rec_off; } TraceBufferRecord; |