summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r--src/gallium/drivers/r600/r600.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index e77e185dd1c..60b5694a6df 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -167,12 +167,6 @@ struct r600_query_buffer {
struct r600_query_buffer *previous;
};
-union r600_query_result {
- uint64_t u64;
- boolean b;
- struct pipe_query_data_so_statistics so;
-};
-
struct r600_query {
/* The query buffer and how many results are in it. */
struct r600_query_buffer buffer;