diff options
Diffstat (limited to 'src/compiler/shader_info.c')
-rw-r--r-- | src/compiler/shader_info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/shader_info.c b/src/compiler/shader_info.c index d33a271dae4..fcda73a1d91 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->patch_outputs_written = sh->Program->PatchOutputsWritten; info->system_values_read = sh->Program->SystemValuesRead; info->uses_texture_gather = sh->Program->UsesGather; } |