anv: remove unused query pool field
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 2 Sep 2020 13:39:32 +0000 (16:39 +0300)
committerMarge Bot <eric+marge@anholt.net>
Tue, 2 Feb 2021 13:25:54 +0000 (13:25 +0000)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Marcin Ĺšlusarz <marcin.slusarz@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6518>

src/intel/vulkan/anv_private.h

index aa21945..5fd4582 100644 (file)
@@ -4375,7 +4375,6 @@ struct anv_query_pool {
    struct anv_bo *                              bo;
 
    /* Perf queries : */
-   struct anv_bo                                reset_bo;
    uint32_t                                     n_counters;
    struct gen_perf_counter_pass                *counter_pass;
    uint32_t                                     n_passes;