diff options
author | Marek Olšák <[email protected]> | 2011-10-28 12:34:57 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-10-28 19:29:05 +0200 |
commit | 6e79127e79e6ff80e3715a2190e437cfa92b4e96 (patch) | |
tree | ce4d26b33f19577181e081a8a463293349773c05 /src/gallium/drivers/r600/r600.h | |
parent | 671af44b1962a7a138185a4cfb992f6b349de10a (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.h | 1 |
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; }; |