mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 21:10:16 +01:00
gallium/hud: remove unused field in query_info
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Tested-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
ddf27a3dd0
commit
050db20d37
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue