Mesa (master): compiler: remove now unused copy_shader_info() declaration

Timothy Arceri tarceri at kemper.freedesktop.org
Thu Nov 17 00:02:33 UTC 2016


Module: Mesa
Branch: master
Commit: 8af1b2a2ce661ffa09c6dd83988158d2afd5ccb7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8af1b2a2ce661ffa09c6dd83988158d2afd5ccb7

Author: Timothy Arceri <timothy.arceri at collabora.com>
Date:   Wed Nov 16 14:02:12 2016 +1100

compiler: remove now unused copy_shader_info() declaration

Left over from 4ac66861

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 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 182a036..f0dfecc 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




More information about the mesa-commit mailing list