From ba5afddc903aa0c8e296a8fa6a903abbbac9bf77 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 3 Sep 2025 12:41:46 +0200 Subject: [PATCH] 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 Part-of: --- src/imagination/vulkan/pvr_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/imagination/vulkan/pvr_private.h b/src/imagination/vulkan/pvr_private.h index 7dff176980f..8e9315ba236 100644 --- a/src/imagination/vulkan/pvr_private.h +++ b/src/imagination/vulkan/pvr_private.h @@ -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;