From 4fdb381d02a4f4b9f124892969d91fe7c7cc33b0 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 18 Dec 2023 15:35:27 +0100 Subject: [PATCH] mesa: Drop not used program_written_to_cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Gmeiner Reviewed-by: Marek Olšák Part-of: --- src/mesa/main/shader_types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesa/main/shader_types.h b/src/mesa/main/shader_types.h index adb5e575981..ab7bac8f275 100644 --- a/src/mesa/main/shader_types.h +++ b/src/mesa/main/shader_types.h @@ -509,9 +509,6 @@ struct gl_program void *driver_cache_blob; size_t driver_cache_blob_size; - /** Is this program written to on disk shader cache */ - bool program_written_to_cache; - /** whether to skip VARYING_SLOT_PSIZ in st_translate_stream_output_info() */ bool skip_pointsize_xfb;