diff options
author | Nicolai Hähnle <[email protected]> | 2015-11-10 14:41:52 +0100 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2015-11-20 17:26:50 +0100 |
commit | 050db20d37307b30b05abca368e865f15daf728c (patch) | |
tree | 8e8fb27b18af0187f8bd84f59284c54e0b5d604e /src/gallium/auxiliary/hud/hud_driver_query.c | |
parent | ddf27a3dd062c78ff49a69a1396be4de9c1b5d37 (diff) |
gallium/hud: remove unused field in query_info
Reviewed-by: Samuel Pitoiset <[email protected]>
Tested-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_driver_query.c')
-rw-r--r-- | src/gallium/auxiliary/hud/hud_driver_query.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/hud/hud_driver_query.c b/src/gallium/auxiliary/hud/hud_driver_query.c index f14305ea835..3198ab31140 100644 --- a/src/gallium/auxiliary/hud/hud_driver_query.c +++ b/src/gallium/auxiliary/hud/hud_driver_query.c @@ -48,7 +48,6 @@ struct query_info { /* Ring of queries. If a query is busy, we use another slot. */ struct pipe_query *query[NUM_QUERIES]; unsigned head, tail; - unsigned num_queries; uint64_t last_time; uint64_t results_cumulative; |