pvr: remove bogus forward-declaration

This struct doesn't exist any more. But the forward declaration is also
unused, so it's not causing any harm. But let's remove it to clean
things up a bit.

Reviewed-by: Simon Perretta <simon.perretta@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37554>
This commit is contained in:
Erik Faye-Lund
2025-09-03 12:41:46 +02:00
committed by Marge Bot
parent d963cca82f
commit ba5afddc90
-1
View File
@@ -92,7 +92,6 @@ struct pvr_free_list;
struct pvr_graphics_pipeline;
struct pvr_instance;
struct pvr_render_ctx;
struct rogue_compiler;
struct pvr_physical_device {
struct vk_physical_device vk;