summaryrefslogtreecommitdiffstats
path: root/src/compiler/shader_info.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2016-11-16 14:02:12 +1100
committerTimothy Arceri <[email protected]>2016-11-17 11:02:25 +1100
commit8af1b2a2ce661ffa09c6dd83988158d2afd5ccb7 (patch)
tree04cc27ba9e2bffb1b508409423da7342158d1b52 /src/compiler/shader_info.h
parent29ade71af97ad32c9f5999d99c0f5e6dc91687b6 (diff)
compiler: remove now unused copy_shader_info() declaration
Left over from 4ac66861 Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r--src/compiler/shader_info.h7
1 files changed, 0 insertions, 7 deletions
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