aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shaderapi.c
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2016-10-20 16:40:16 +1100
committerTimothy Arceri <[email protected]>2016-10-26 14:29:36 +1100
commit4ac668616573b73a742a971bb0d7abe8234b6aa9 (patch)
tree6d1eef8ebef262639cde4d227ec6833128ad0239 /src/mesa/main/shaderapi.c
parent9972c591e7686658caaa1df46701137f98487811 (diff)
compiler: remove copy_shader_info()
This temporary helper is no longer needed now that we have finished refactoring common shader metadata. Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/main/shaderapi.c')
-rw-r--r--src/mesa/main/shaderapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/shaderapi.c b/src/mesa/main/shaderapi.c
index 73b8931bda6..be3c203617d 100644
--- a/src/mesa/main/shaderapi.c
+++ b/src/mesa/main/shaderapi.c
@@ -2209,8 +2209,6 @@ _mesa_copy_linked_program_data(const struct gl_shader_program *src,
default:
break;
}
-
- copy_shader_info(src, dst_sh);
}
/**