compiler: remove now unused copy_shader_info() declaration
authorTimothy Arceri <timothy.arceri@collabora.com>
Wed, 16 Nov 2016 03:02:12 +0000 (14:02 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Thu, 17 Nov 2016 00:02:25 +0000 (11:02 +1100)
Left over from 4ac66861

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/shader_info.h

index 182a0369ef66382e7d6089e439bfb3df983b228c..f0dfecc6aecd31a03c857d8ccde9056357af22e0 100644 (file)
@@ -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