summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-10-28 12:34:57 +0200
committerMarek Olšák <[email protected]>2011-10-28 19:29:05 +0200
commit6e79127e79e6ff80e3715a2190e437cfa92b4e96 (patch)
treece4d26b33f19577181e081a8a463293349773c05 /src/gallium/drivers/r600/r600.h
parent671af44b1962a7a138185a4cfb992f6b349de10a (diff)
r600g: remove redundant variable r600_query::buffer_size
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r--src/gallium/drivers/r600/r600.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index 37b6e967c10..ea9a2d658c2 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -184,7 +184,6 @@ struct r600_query {
* data blocks for current query are stored sequentially from
* results_start to results_end, with wrapping on the buffer end */
struct r600_resource *buffer;
- unsigned buffer_size;
/* linked list of queries */
struct list_head list;
};