From: Timothy Arceri Date: Wed, 16 Nov 2016 03:02:12 +0000 (+1100) Subject: compiler: remove now unused copy_shader_info() declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8af1b2a2ce661ffa09c6dd83988158d2afd5ccb7;p=mesa.git compiler: remove now unused copy_shader_info() declaration Left over from 4ac66861 Reviewed-by: Jason Ekstrand --- diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 182a0369ef6..f0dfecc6aec 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -141,13 +141,6 @@ typedef struct shader_info { }; } shader_info; -struct gl_shader_program; -struct gl_linked_shader; - -void -copy_shader_info(const struct gl_shader_program *shader_prog, - struct gl_linked_shader *sh); - #ifdef __cplusplus } #endif