From: Nicolai Hähnle Date: Tue, 10 Nov 2015 13:41:52 +0000 (+0100) Subject: gallium/hud: remove unused field in query_info X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=050db20d37307b30b05abca368e865f15daf728c;p=mesa.git gallium/hud: remove unused field in query_info Reviewed-by: Samuel Pitoiset Tested-by: Samuel Pitoiset --- 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;