[Mesa-dev] [PATCH 2/2] compiler: remove now unused copy_shader_info() declaration

Timothy Arceri timothy.arceri at collabora.com
Wed Nov 16 03:02:12 UTC 2016


Left over from 4ac66861
---
 src/compiler/shader_info.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index 1605c82..21128b8 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -146,13 +146,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
-- 
2.7.4



More information about the mesa-dev mailing list