gallium/hash_table: remove some function wrappers
[mesa.git] / src / gallium / drivers / vc4 / vc4_simulator_validate.h
index d507b5fb63231a59ebc628b0ecf6158862e13780..e2777cd54326fcb810783a537f318d890e2a3598 100644 (file)
@@ -94,7 +94,6 @@ struct drm_gem_cma_object {
 
 struct drm_vc4_bo {
         struct drm_gem_cma_object base;
-        struct vc4_bo *bo;
         struct vc4_validated_shader_info *validated_shader;
         struct list_head unref_head;
 };