anv: remove anv_reloc_list->reloc_bos

As a consequence of the last two commits, reloc_bos is always NULL and
never used anywhere, so remove it.

Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20309>
This commit is contained in:
Paulo Zanoni
2022-12-12 15:15:38 -08:00
parent f1c4c646b8
commit 1358622878
2 changed files with 0 additions and 3 deletions

View File

@@ -1395,7 +1395,6 @@ void anv_vma_free(struct anv_device *device,
struct anv_reloc_list {
uint32_t array_length;
struct anv_bo ** reloc_bos;
uint32_t dep_words;
BITSET_WORD * deps;
};