compiler: remove now unused copy_shader_info() declaration

Left over from 4ac66861

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Timothy Arceri
2016-11-16 14:02:12 +11:00
parent 29ade71af9
commit 8af1b2a2ce

View 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