summaryrefslogtreecommitdiffstats
path: root/src/compiler/shader_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/shader_info.c')
-rw-r--r--src/compiler/shader_info.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/shader_info.c b/src/compiler/shader_info.c
index 34aaf9f21fd..2d4292e0a4d 100644
--- a/src/compiler/shader_info.c
+++ b/src/compiler/shader_info.c
@@ -30,7 +30,6 @@ copy_shader_info(const struct gl_shader_program *shader_prog,
{
shader_info *info = &sh->Program->info;
- info->inputs_read = sh->Program->InputsRead;
info->double_inputs_read = sh->Program->DoubleInputsRead;
info->outputs_written = sh->Program->OutputsWritten;
info->outputs_read = sh->Program->OutputsRead;